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

change visual selection color

ptdewey a83caa49 a8382f39

+3 -78
+1 -39
colors/darkearth.lua
··· 311 311 TelescopePreviewBorder = {link = "TelescopeBorder"}, 312 312 TelescopePromptCounter = {link = "TelescopeBorder"}, 313 313 TelescopeResultsBorder = {link = "TelescopeBorder"}, 314 - TelescopeMultiIcon = {}, 315 - TelescopeMultiSelection = {}, 316 - TelescopeNormal = {}, 317 - TelescopePreviewBlock = {}, 318 - TelescopePreviewCharDev = {}, 319 - TelescopePreviewDate = {}, 320 - TelescopePreviewDirectory = {}, 321 - TelescopePreviewExecute = {}, 322 - TelescopePreviewGroup = {}, 323 - TelescopePreviewHyphen = {}, 324 - TelescopePreviewLink = {}, 325 - TelescopePreviewMatch = {}, 326 - TelescopePreviewMessage = {}, 327 - TelescopePreviewMessageFillchar = {}, 328 - TelescopePreviewNormal = {}, 329 - TelescopePreviewPipe = {}, 330 - TelescopePreviewRead = {}, 331 - TelescopePreviewSize = {}, 332 - TelescopePreviewSocket = {}, 333 - TelescopePreviewSticky = {}, 334 - TelescopePreviewUser = {}, 335 - TelescopePreviewWrite = {}, 336 314 TelescopePromptBorder = {fg = "#B36B42", bg = "#221F1C"}, 337 - TelescopePromptNormal = {}, 338 - TelescopeResultsClass = {}, 339 - TelescopeResultsComment = {}, 340 - TelescopeResultsConstant = {}, 341 - TelescopeResultsDiffUntracked = {}, 342 - TelescopeResultsField = {}, 343 - TelescopeResultsFunction = {}, 344 - TelescopeResultsIdentifier = {}, 345 - TelescopeResultsLineNr = {}, 346 - TelescopeResultsMethod = {}, 347 - TelescopeResultsNormal = {}, 348 - TelescopeResultsNumber = {}, 349 - TelescopeResultsOperator = {}, 350 - TelescopeResultsSpecialComment = {}, 351 - TelescopeResultsStruct = {}, 352 - TelescopeResultsVariable = {}, 353 315 TelescopePreviewLine = {link = "TelescopeSelection"}, 354 316 TelescopeSelectionCaret = {fg = "#D7C484", bg = "#77824A"}, 355 317 TelescopeTitle = {fg = "#5F865F", bg = "#221F1C"}, ··· 390 352 User9 = {fg = "#D7C484", bg = "#666666"}, 391 353 VertSplit = {fg = "#221F1C", bg = "#24211E"}, 392 354 WinSeparator = {link = "VertSplit"}, 393 - Visual = {fg = "#212121", bg = "#77824A"}, 355 + Visual = {bg = "#3B3330"}, 394 356 TelescopeSelection = {link = "Visual"}, 395 357 WarningMsg = {fg = "#B36B42"}, 396 358 WhichKey = {fg = "#D7C484", bg = "#221F1C"},
+2 -39
lush_theme/darkearth.lua
··· 50 50 FloatTitle({ Title }), 51 51 sym("@text.title")({ Title }), 52 52 helpHeadline({ Title }), 53 - Visual({ fg = hsl(0, 0, 13), bg = hsl(71, 27, 40) }), 53 + Visual({ bg = hsl(18, 10, 21) }), 54 + -- Visual({ fg = hsl(0, 0, 13), bg = hsl(71, 27, 40) }), 54 55 TelescopeSelection({ Visual }), 55 56 WarningMsg({ fg = hsl(22, 46, 48) }), 56 57 WildMenu({ fg = "black", bg = hsl(42, 52, 56) }), ··· 431 432 WhichKeySeparator({ bg = lnbg, fg = hsl(42, 52, 56) }), 432 433 WhichKeyFloat({ bg = lnbg }), 433 434 WhichKeyValue({ fg = hsl(42, 52, 56) }), 434 - TelescopeResultsIdentifier({}), 435 - TelescopeResultsLineNr({}), 436 - TelescopeResultsVariable({}), 437 - TelescopeResultsStruct({}), 438 - TelescopeResultsOperator({}), 439 - TelescopeResultsMethod({}), 440 - TelescopeResultsFunction({}), 441 - TelescopeResultsField({}), 442 - TelescopeResultsConstant({}), 443 - TelescopeResultsClass({}), 444 - TelescopeResultsDiffUntracked({}), 445 - TelescopePreviewMessageFillchar({}), 446 - TelescopePreviewMessage({}), 447 - TelescopePreviewNormal({}), 448 - TelescopeNormal({}), 449 - TelescopePreviewDate({}), 450 - TelescopePreviewGroup({}), 451 - TelescopePreviewUser({}), 452 - TelescopePreviewSize({}), 453 - TelescopePreviewSticky({}), 454 - TelescopePreviewHyphen({}), 455 - TelescopePreviewExecute({}), 456 - TelescopePreviewWrite({}), 457 - TelescopePreviewRead({}), 458 - TelescopePreviewSocket({}), 459 - TelescopePreviewLink({}), 460 - TelescopePreviewBlock({}), 461 - TelescopePreviewDirectory({}), 462 - TelescopePreviewCharDev({}), 463 - TelescopePreviewPipe({}), 464 - TelescopePreviewMatch({}), 465 - TelescopeResultsNormal({}), 466 - TelescopePromptNormal({}), 467 - TelescopeMultiIcon({}), 468 - TelescopeMultiSelection({}), 469 - TelescopeResultsSpecialComment({}), 470 - TelescopeResultsComment({}), 471 - TelescopeResultsNumber({}), 472 435 CmpItemAbbrDeprecated({ DiagnosticWarn }), 473 436 CmpItemAbbrMatch({ String }), 474 437 CmpItemAbbrMatchFuzzy({ String }),