commit 2625ccfc9179522f96d3c52ac88e04e309a1b4d8
parent e887c0398e94cbecce9c6e0c29c67c36ea2e23f4
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 30 Apr 2020 17:02:28 +0200
vim: simplified jokull colorscheme
Former-commit-id: 60d61907ac4c1266cfb6c661d35f80ce7df903c6
Diffstat:
2 files changed, 94 insertions(+), 61 deletions(-)
diff --git a/vim/colors/jokull.schemer b/vim/colors/jokull.schemer
@@ -3,64 +3,97 @@ background light
" Defining often-used colors
palette:
- text #2c2625,
- bg #e4e4e4,
- darkblue #005493,
- lightblue #a8dbfd,
- gray #d0d0d0,
- lightgreen #d7f1e0,
- offwhite #e5e5e5,
- justblue #0000FF,
- justyellow #FFFF00,
- softred #ff949b,
- darkergreen #009051,
- midgreen #99FF77,
- orange #ff9900.
+ " Blacks
+ redblack #112d4e,
+ text #2c2625,
+
+ " Blues
+ justblue #0000FF,
+ ddarkblue #005f87,
+ darkblue #0087af,
+ lighterblue #0076ff,
+ lightblue #0096ff,
+ offairblue #a8caff,
+ airblue #a8dbfd,
+ darkpurp #a0aeff,
+ lightpurp #c0beff,
+
+ " Whites
+ bg #e4e4e4,
+ offwhite #e5e5e5,
+
+ " Reds
+ darkred #6e032e,
+ offlightred #80537e,
+ softred #ffa5a5,
+
+ " Yellows
+ darkgold #5f5f00,
+ gold #8e830e,
+ olive #9b9b4c,
+ justyellow #FFFF00,
+
+ " Greens
+ ddarkgreen #007822,
+ darkgreen #009051,
+ lightgreen #99FF77,
+ llightgreen #a5ffa5,
+ airgreen #d7f1e0,
+ greygreen #b7d1b0,
+ darkturq #225555,
+
+ " Greys
+ grey #5f5f5f,
+ bluegrey #81A1C1,
+ lightgrey #d0d0d0,
+
+ " Orange
+ orange #ff9900.
" group fg_color, bg_color. attribute
-Normal text, bg
-Cursorline NONE, gray
-String darkergreen. italic
-Identifier #112d4e
-Function #0096ff. bold
-Statement #0050a0
-Include #2696bf. bold
-Type darkblue
-Search NONE, lightgreen
-Incsearch NONE, #b7d1b0. bold
-Folded #236dff, gray
-Tablinefill NONE, gray
-Tablinesel NONE, offwhite
-Wildmenu darkblue, offwhite. bold
-Linenr #9b9b4c, NONE
-Preproc NONE
-Vertsplit NONE
-Todo justblue, justyellow
-Nontext #81A1C1
-StatusLine offwhite, #005f87
-Statuslinenc offwhite, #0087af
-StatusLineTermNC NONE, midgreen
-StatusLineTerm NONE, darkergreen
-StatusLineFile offwhite, #0087af
-StatusLineNormMode #0087af, #d0d0d0.
-Visual NONE, #a8caff
-Title #225555. bold
-Matchparen lightgreen, lightblue
-QfFileName #0076ff
-Delimiter #5f5f00
-Comment #5f5f5f. italic
-ErrorMsg text, softred. bold
-Cursorlinenr orange, NONE. bold
-SpecialKey justblue, NONE. bold
-Constant orange, NONE.
-Diffadd NONE, #a5ffa5
-Diffdelete NONE, #ffa5a5
-Diffchange text, #c0beff
-Diftext NONE, #a0aeff. bold
-GitGutterAdd #007822, bg
-GitGutterChange #8e830e, bg
-GitGutterDelete #6e032e, bg
-GitGutterChangeDelete #80537e, bg
+Normal text, bg
+Cursorline NONE, lightgrey
+String darkgreen. italic
+Identifier redblack
+Function lightblue. bold
+Statement #0050a0
+Include ddarkblue. bold
+Type ddarkblue
+Search NONE, airgreen
+Incsearch NONE, greygreen. bold
+Folded lighterblue, lightgrey
+Tablinefill NONE, lightgrey
+Tablinesel NONE, offwhite
+Wildmenu ddarkblue, offwhite. bold
+Linenr olive, NONE
+Preproc NONE
+Vertsplit NONE
+Todo justblue, justyellow
+Nontext bluegrey
+StatusLine offwhite, ddarkblue
+Statuslinenc offwhite, darkblue
+StatusLineTermNC NONE, lightgreen
+StatusLineTerm NONE, darkgreen
+StatusLineFile offwhite, darkblue
+StatusLineNormMode darkblue, lightgrey.
+Visual NONE, offairblue
+Title darkturq. bold
+Matchparen airgreen, airblue
+QfFileName lighterblue
+Delimiter darkgold
+Comment grey. italic
+ErrorMsg text, softred. bold
+Cursorlinenr orange, NONE. bold
+SpecialKey justblue, NONE. bold
+Constant orange, NONE.
+Diffadd NONE, llightgreen
+Diffdelete NONE, softred
+Diffchange text, lightpurp
+Diftext NONE, darkpurp. bold
+GitGutterAdd ddarkgreen, bg
+GitGutterChange gold, bg
+GitGutterDelete darkred, bg
+GitGutterChangeDelete offlightred, bg
" link group1,group2,... target group
diff --git a/vim/colors/jokull.vim b/vim/colors/jokull.vim
@@ -13,14 +13,14 @@ hi String guifg=#009051 guibg=NONE ctermfg=29 ctermbg=NONE cterm=italic gui=ital
hi Identifier guifg=#112d4e guibg=NONE ctermfg=17 ctermbg=NONE cterm=NONE gui=NONE
hi Function guifg=#0096ff guibg=NONE ctermfg=33 ctermbg=NONE cterm=bold gui=bold
hi Statement guifg=#0050a0 guibg=NONE ctermfg=25 ctermbg=NONE cterm=NONE gui=NONE
-hi Include guifg=#2696bf guibg=NONE ctermfg=31 ctermbg=NONE cterm=bold gui=bold
-hi Type guifg=#005493 guibg=NONE ctermfg=24 ctermbg=NONE cterm=NONE gui=NONE
+hi Include guifg=#005f87 guibg=NONE ctermfg=24 ctermbg=NONE cterm=bold gui=bold
+hi Type guifg=#005f87 guibg=NONE ctermfg=24 ctermbg=NONE cterm=NONE gui=NONE
hi Search guifg=NONE guibg=#d7f1e0 ctermfg=NONE ctermbg=194 cterm=NONE gui=NONE
hi Incsearch guifg=NONE guibg=#b7d1b0 ctermfg=NONE ctermbg=151 cterm=bold gui=bold
-hi Folded guifg=#236dff guibg=#d0d0d0 ctermfg=27 ctermbg=252 cterm=NONE gui=NONE
+hi Folded guifg=#0076ff guibg=#d0d0d0 ctermfg=33 ctermbg=252 cterm=NONE gui=NONE
hi Tablinefill guifg=NONE guibg=#d0d0d0 ctermfg=NONE ctermbg=252 cterm=NONE gui=NONE
hi Tablinesel guifg=NONE guibg=#e5e5e5 ctermfg=NONE ctermbg=7 cterm=NONE gui=NONE
-hi Wildmenu guifg=#005493 guibg=#e5e5e5 ctermfg=24 ctermbg=7 cterm=bold gui=bold
+hi Wildmenu guifg=#005f87 guibg=#e5e5e5 ctermfg=24 ctermbg=7 cterm=bold gui=bold
hi Linenr guifg=#9b9b4c guibg=NONE ctermfg=101 ctermbg=NONE cterm=NONE gui=NONE
hi Preproc guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE cterm=NONE gui=NONE
hi Vertsplit guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE cterm=NONE gui=NONE
@@ -38,7 +38,7 @@ hi Matchparen guifg=#d7f1e0 guibg=#a8dbfd ctermfg=194 ctermbg=153 cterm=NONE gui
hi QfFileName guifg=#0076ff guibg=NONE ctermfg=33 ctermbg=NONE cterm=NONE gui=NONE
hi Delimiter guifg=#5f5f00 guibg=NONE ctermfg=58 ctermbg=NONE cterm=NONE gui=NONE
hi Comment guifg=#5f5f5f guibg=NONE ctermfg=59 ctermbg=NONE cterm=italic gui=italic
-hi ErrorMsg guifg=#2c2625 guibg=#ff949b ctermfg=0 ctermbg=210 cterm=bold gui=bold
+hi ErrorMsg guifg=#2c2625 guibg=#ffa5a5 ctermfg=0 ctermbg=217 cterm=bold gui=bold
hi Cursorlinenr guifg=#ff9900 guibg=NONE ctermfg=208 ctermbg=NONE cterm=bold gui=bold
hi SpecialKey guifg=#0000FF guibg=NONE ctermfg=21 ctermbg=NONE cterm=bold gui=bold
hi Constant guifg=#ff9900 guibg=NONE ctermfg=208 ctermbg=NONE cterm=NONE gui=NONE