summaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
Diffstat (limited to 'colors')
-rw-r--r--colors/friffle.vim6
1 files changed, 5 insertions, 1 deletions
diff --git a/colors/friffle.vim b/colors/friffle.vim
index bfb4eb6..48d7c58 100644
--- a/colors/friffle.vim
+++ b/colors/friffle.vim
@@ -1,4 +1,4 @@
-:" Vim color file
+" Vim color file
" friffle
" Created by ChausseBenjamin with ThemeCreator (https://github.com/mswift42/themecreator)
@@ -84,6 +84,10 @@ exe 'hi Title guifg='s:fg' gui=bold'
exe 'hi Todo guifg='s:fg2' gui=inverse,bold'
exe 'hi Type guifg='s:type
exe 'hi Underlined gui=underline'
+exe 'hi SpecialKey guifg='s:fg2' guibg='s:bg2
+exe 'hi TabLine guifg='s:fg4' guibg='s:bg2
+exe 'hi TabLineFill guifg='s:bg' guibg='s:bg
+exe 'hi TabLineSel guifg='s:fg' guibg='s:bg
" Neovim Terminal Mode
let g:terminal_color_0 = s:bg