mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim: colors
This commit is contained in:
parent
ae33f89adb
commit
89ae7b116b
1 changed files with 3 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ return {
|
||||||
base = '#0E1019',
|
base = '#0E1019',
|
||||||
mantle = '#0D0F17',
|
mantle = '#0D0F17',
|
||||||
crust = '#0C0D14',
|
crust = '#0C0D14',
|
||||||
surface0 = '#131521',
|
surface0 = '#1a1c2d',
|
||||||
surface1 = '#343959',
|
surface1 = '#343959',
|
||||||
surface2 = '#41476F',
|
surface2 = '#41476F',
|
||||||
overlay0 = '#3F4256',
|
overlay0 = '#3F4256',
|
||||||
|
|
@ -19,8 +19,7 @@ return {
|
||||||
highlight_overrides = {
|
highlight_overrides = {
|
||||||
mocha = function(colors)
|
mocha = function(colors)
|
||||||
return {
|
return {
|
||||||
-- Normal = { fg = colors.text },
|
Visual = { bg = colors.overlay1 },
|
||||||
-- NormalNC = { fg = colors.text },
|
|
||||||
|
|
||||||
-- Floating windows
|
-- Floating windows
|
||||||
NormalFloat = { fg = colors.text, bg = colors.mantle },
|
NormalFloat = { fg = colors.text, bg = colors.mantle },
|
||||||
|
|
@ -38,7 +37,7 @@ return {
|
||||||
WhichKeyFloat = { link = "Pmenu" },
|
WhichKeyFloat = { link = "Pmenu" },
|
||||||
|
|
||||||
-- indent lines
|
-- indent lines
|
||||||
IblScope = { fg = colors.overlay1 },
|
IblScope = { fg = colors.surface0 },
|
||||||
|
|
||||||
IncSearch = { bg = colors.yellow },
|
IncSearch = { bg = colors.yellow },
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue