A dark and earthy colorscheme for Neovim. (mirror) github.com/ptdewey/darkearth-nvim
neovim neovim-colorscheme fennel
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated line color

+25 -23
+12 -11
colors/darkearth.vim
··· 9 9 let g:colors_name="darkearth" 10 10 11 11 hi ColorColumn guifg=NONE guibg=#24211E guisp=NONE blend=NONE gui=NONE 12 - hi Comment guifg=#6B6461 guibg=NONE guisp=NONE blend=NONE gui=italic 12 + hi Comment guifg=#6E665E guibg=NONE guisp=NONE blend=NONE gui=italic 13 13 hi Constant guifg=#BB7844 guibg=NONE guisp=NONE blend=NONE gui=NONE 14 14 hi CursorColumn guifg=NONE guibg=#221F1C guisp=NONE blend=NONE gui=NONE 15 15 hi Cursor guifg=#212121 guibg=#675642 guisp=NONE blend=NONE gui=NONE 16 16 hi CursorLine guifg=NONE guibg=#221F1C guisp=NONE blend=NONE gui=NONE 17 17 hi CursorLineNr guifg=#77824A guibg=#221F1C guisp=NONE blend=NONE gui=bold 18 + hi DefLineNr guifg=#736659 guibg=#221F1C guisp=NONE blend=NONE gui=NONE 18 19 hi Delimiter guifg=#80744D guibg=NONE guisp=NONE blend=NONE gui=NONE 19 20 hi DelimiterLight guifg=#D7C484 guibg=NONE guisp=NONE blend=NONE gui=NONE 20 21 hi DiagnosticDeprecated guifg=NONE guibg=NONE guisp=#675642 blend=NONE gui=strikethrough ··· 32 33 hi DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=underline 33 34 hi DiagnosticUnderlineOk guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=underline 34 35 hi DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=underline 35 - hi DiagnosticUnnecessary guifg=#666666 guibg=NONE guisp=NONE blend=NONE gui=NONE 36 + hi DiagnosticUnnecessary guifg=#6B6461 guibg=NONE guisp=NONE blend=NONE gui=NONE 36 37 hi DiagnosticVirtualTextError guifg=#B36B42 guibg=NONE guisp=NONE blend=NONE gui=NONE 37 38 hi DiagnosticVirtualTextHint guifg=#77824A guibg=#24211E guisp=NONE blend=NONE gui=NONE 38 39 hi DiagnosticVirtualTextInfo guifg=#77824A guibg=#24211E guisp=NONE blend=NONE gui=NONE ··· 79 80 hi IblScope guifg=#444A2B guibg=NONE guisp=NONE blend=NONE gui=nocombine 80 81 hi IblWhitespace guifg=#252F1E guibg=NONE guisp=NONE blend=NONE gui=nocombine 81 82 hi Identifier guifg=#D7C484 guibg=NONE guisp=NONE blend=NONE gui=NONE 82 - hi Ignore guifg=#454545 guibg=NONE guisp=NONE blend=NONE gui=NONE 83 + hi Ignore guifg=#484441 guibg=NONE guisp=NONE blend=NONE gui=NONE 83 84 hi IncSearch guifg=#212121 guibg=#BB7844 guisp=NONE blend=NONE gui=NONE 84 85 hi Keyword guifg=#5F865F guibg=NONE guisp=NONE blend=NONE gui=NONE 85 86 hi LazyButtonActive guifg=#212121 guibg=#77824A guisp=NONE blend=NONE gui=NONE ··· 115 116 hi LazyValue guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=NONE 116 117 hi lCursor guifg=bg guibg=fg guisp=NONE blend=NONE gui=NONE 117 118 hi lessVariable guifg=#B36B42 guibg=NONE guisp=NONE blend=NONE gui=NONE 118 - hi LineNr guifg=#736659 guibg=#221F1C guisp=NONE blend=NONE gui=NONE 119 + hi LineNr guifg=#77824A guibg=#221F1C guisp=NONE blend=NONE gui=NONE 119 120 hi! link @boolean Boolean 120 121 hi! link Boolean Number 121 122 hi! link Character Constant ··· 174 175 hi! link @keyword Keyword 175 176 hi! link Label Statement 176 177 hi! link lessVariableValue Normal 177 - hi! link LineNrAbove LineNr 178 - hi! link LineNrBelow LineNr 178 + hi! link LineNrAbove DefLineNr 179 + hi! link LineNrBelow DefLineNr 179 180 hi! link LspCodeLens Comment 180 181 hi! link @lsp.type.comment Comment 181 182 hi! link @lsp.type.decorator Function ··· 189 190 hi! link Macro PreProc 190 191 hi! link markdownCodeBlock String 191 192 hi! link markdownCodeDelimiter NonText 192 - hi! link markdownHeadingRule Special 193 + hi! link markdownHeadingRule NonText 193 194 hi! link markdownLinkDelimiter Delimiter 194 195 hi! link markdownURLDelimiter Delimiter 195 196 hi! link @markup.heading Special ··· 310 311 hi mustacheVariableUnescape guifg=#675642 guibg=NONE guisp=NONE blend=NONE gui=NONE 311 312 hi netrwClassify guifg=#666666 guibg=NONE guisp=NONE blend=NONE gui=bold 312 313 hi netrwExe guifg=#675642 guibg=NONE guisp=NONE blend=NONE gui=NONE 313 - hi NonText guifg=#666666 guibg=NONE guisp=NONE blend=NONE gui=bold 314 + hi NonText guifg=#7A6D52 guibg=NONE guisp=NONE blend=NONE gui=bold 314 315 hi Normal guifg=#D7C484 guibg=#24211E guisp=NONE blend=NONE gui=NONE 315 316 hi Number guifg=#B3664D guibg=NONE guisp=NONE blend=NONE gui=NONE 316 317 hi NvimInternalError guifg=#221F1C guibg=#B36B42 guisp=NONE blend=NONE gui=NONE ··· 318 319 hi phpIdentifier guifg=#B36B42 guibg=NONE guisp=NONE blend=NONE gui=NONE 319 320 hi phpSpecialFunction guifg=#BB7844 guibg=NONE guisp=NONE blend=NONE gui=NONE 320 321 hi Pmenu guifg=#D7C484 guibg=#221F1C guisp=NONE blend=NONE gui=NONE 321 - hi PmenuSbar guifg=NONE guibg=#666666 guisp=NONE blend=NONE gui=NONE 322 + hi PmenuSbar guifg=NONE guibg=#6B6461 guisp=NONE blend=NONE gui=NONE 322 323 hi PmenuSel guifg=#212121 guibg=#77824A guisp=NONE blend=NONE gui=NONE 323 324 hi PmenuThumb guifg=#D7C484 guibg=#D7C484 guisp=NONE blend=NONE gui=NONE 324 325 hi Question guifg=#5F865F guibg=NONE guisp=NONE blend=NONE gui=bold ··· 349 350 hi ScrollbarWarnHandle guifg=#B36B42 guibg=#221F1C guisp=NONE blend=0 gui=NONE 350 351 hi Search guifg=#212121 guibg=#5F865F guisp=NONE blend=NONE gui=NONE 351 352 hi shDerefSimple guifg=#B36B42 guibg=NONE guisp=NONE blend=NONE gui=NONE 352 - hi SignColumn guifg=#666666 guibg=#221F1C guisp=NONE blend=NONE gui=NONE 353 + hi SignColumn guifg=#6B6461 guibg=#221F1C guisp=NONE blend=NONE gui=NONE 353 354 hi Special guifg=#BB7844 guibg=NONE guisp=NONE blend=NONE gui=NONE 354 355 hi SpecialKey guifg=#D7C484 guibg=NONE guisp=NONE blend=NONE gui=NONE 355 356 hi SpellBad guifg=#675642 guibg=NONE guisp=#D7C484 blend=NONE gui=NONE ··· 363 364 hi SyntasticErrorSign guifg=#B36B42 guibg=NONE guisp=NONE blend=NONE gui=NONE 364 365 hi SyntasticWarningSign guifg=#675642 guibg=NONE guisp=NONE blend=NONE gui=NONE 365 366 hi TabLineFill guifg=#C9A654 guibg=#24211E guisp=NONE blend=NONE gui=NONE 366 - hi TabLine guifg=#666666 guibg=#121212 guisp=NONE blend=NONE gui=NONE 367 + hi TabLine guifg=#6B6461 guibg=#121212 guisp=NONE blend=NONE gui=NONE 367 368 hi TabLineSel guifg=#121212 guibg=#77824A guisp=NONE blend=NONE gui=bold 368 369 hi TabLineSelSep guifg=#77824A guibg=#221F1C guisp=NONE blend=NONE gui=bold 369 370 hi TabLineSep guifg=#121212 guibg=#24211E guisp=NONE blend=NONE gui=NONE
+13 -12
lush_theme/darkearth.lua
··· 33 33 MoreMsg { fg=hsl(120, 17, 45), gui="bold", }, 34 34 ModeMsg { gui="bold", }, 35 35 -- LineNr { fg=hsl(0, 0, 40), bg=lnbg, }, 36 - LineNr { fg=lnfg, bg=lnbg, }, 37 - LineNrAbove { LineNr }, 38 - LineNrBelow { LineNr }, 36 + LineNr { fg=hsl(71, 27, 40), bg=lnbg, }, 37 + DefLineNr { fg=lnfg, bg=lnbg, }, 38 + LineNrAbove { DefLineNr }, 39 + LineNrBelow { DefLineNr }, 39 40 CursorLineNr { fg=hsl(71, 27, 40), gui="bold", bg=lnbg, }, 40 41 FzfLuaCursorLineNr { CursorLineNr }, 41 42 Question { fg=hsl(120, 17, 45), gui="bold", }, ··· 43 44 MsgSeparator { StatusLine }, 44 45 -- StatusLineNC { fg=hsl(0, 0, 40), gui="bold", bg=bgc, }, 45 46 StatusLineNC { fg=lnfg, gui="bold", bg=bgc, }, 46 - Ignore { fg=hsl(0, 0, 27), }, 47 + Ignore { fg=hsl(20, 5, 27), }, 47 48 VertSplit { fg=lnbg, bg=bgc, }, 48 49 WinSeparator { VertSplit }, 49 50 Title { fg=hsl(22, 46, 48), gui="bold", }, ··· 65 66 DiffDelete { fg=hsl(0, 0, 13), gui="bold", bg=hsl(22, 46, 48), }, 66 67 sym"@text.diff.delete" { DiffDelete }, 67 68 DiffText { fg=hsl(0, 0, 13), gui="bold", bg=hsl(42, 52, 56), }, 68 - SignColumn { fg=hsl(0, 0, 40), bg=lnbg }, 69 + SignColumn { fg=hsl(20, 5, 40), bg=lnbg }, 69 70 CursorLineSign { SignColumn }, 70 71 Conceal { Ignore }, 71 72 SpellBad { fg=hsl(33, 22, 33), sp=hsl(46, 51, 68), }, ··· 79 80 PmenuSel { fg=hsl(0, 0, 13), bg=hsl(72, 27, 40), }, 80 81 PmenuKindSel { PmenuSel }, 81 82 PmenuExtraSel { PmenuSel }, 82 - PmenuSbar { bg=hsl(0, 0, 40), }, 83 + PmenuSbar { bg=hsl(20, 5, 40), }, 83 84 FzfLuaScrollFloatEmpty { PmenuSbar }, 84 85 PmenuThumb { fg=hsl(46, 51, 68), bg=hsl(46, 51, 68), }, 85 86 FzfLuaScrollFloatFull { PmenuThumb }, 86 - TabLine { fg=hsl(0, 0, 40), bg=hsl(0, 0, 7), }, 87 + TabLine { fg=hsl(20, 5, 40), bg=hsl(0, 0, 7), }, 87 88 TabLineSep { fg=hsl(0, 0, 7), bg=bgc, }, 88 89 TabLineSelSep { fg=hsl(72, 27, 40), gui="bold", bg=lnbg, }, 89 90 TabLineSel { bg=hsl(72, 27, 40), gui="bold", fg=hsl(0, 0, 7), }, ··· 126 127 sym"@lsp.type.enumMember" { Constant }, 127 128 rubyConstant { Constant }, 128 129 vimHiAttrib { Constant }, 129 - -- Number { fg=hsl(71, 27, 40), }, -- NOTE: changed away from this 130 + -- Number { fg=hsl(71, 27, 40), }, -- NOTE: original 130 131 -- Number { fg=hsl(60, 20, 50), }, 131 132 -- Number { fg=hsl(40, 55, 60), }, 132 133 -- Number { fg=hsl(25, 70, 60), }, ··· 149 150 sym"@text.reference" { Identifier }, 150 151 sym"@parameter" { Identifier }, 151 152 -- Field { fg=hsl(80, 30, 40), }, -- NOTE: changed from Identifier 152 - -- Field { fg=hsl(140, 20, 50), }, -- NOTE: custom def 153 + -- Field { fg=hsl(140, 20, 50), }, 153 154 Field { fg=hsl(26, 47, 50), }, 154 155 sym"@field" { Field }, -- NOTE: changed from Identifier 155 156 sym"@property" { Field }, -- NOTE: changed from Identifier ··· 177 178 Macro { PreProc }, 178 179 PreCondit { PreProc }, 179 180 sym"@preproc" { PreProc }, 180 - Type { fg=hsl(72, 27, 40), }, -- NOTE: removed gui="bold" 181 + Type { fg=hsl(72, 27, 40), }, 181 182 StorageClass { Type }, 182 183 Structure { Type }, 183 184 Typedef { Type }, ··· 238 239 DiagnosticSignInfo { fg=hsl(71, 27, 40), bg=lnbg, }, 239 240 DiagnosticSignHint { fg=hsl(120, 17, 45), bg=lnbg, }, 240 241 DiagnosticDeprecated { gui="strikethrough", sp=hsl(33, 22, 33), }, 241 - DiagnosticUnnecessary { fg=hsl(0, 0, 40), }, 242 - Comment { fg=hsl(20, 5, 40), gui="italic", }, -- NOTE: changed l from 40, italic, s 0, h 0 242 + DiagnosticUnnecessary { fg=hsl(20, 5, 40), }, 243 + Comment { fg=hsl(30, 8, 40), gui="italic", }, -- NOTE: changed l from 40, italic, s 0, h 0 243 244 sym"@text.literal" { Comment }, 244 245 sym"@comment" { Comment }, 245 246 sym"@lsp.type.comment" { Comment },