regenerate zenflesh colors

This commit is contained in:
Michael Chris Lopez
2021-09-14 14:51:22 +08:00
parent 9a2fd3c7a7
commit 193f68089e
7 changed files with 73 additions and 73 deletions

View File

@@ -1,22 +1,22 @@
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}} let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#AFA099", "#4D4542", "bold" ], [ "#AFA099", "#3C3633" ] ] let s:p.normal.left = [ [ "#9E918A", "#514A46", "bold" ], [ "#9E918A", "#403A37" ] ]
let s:p.normal.middle = [ [ "#B6BCC1", "#37312F" ] ] let s:p.normal.middle = [ [ "#B3BABF", "#3C3633" ] ]
let s:p.normal.right = [ [ "#AFA099", "#3C3633" ], [ "#AFA099", "#3C3633" ] ] let s:p.normal.right = [ [ "#9E918A", "#403A37" ], [ "#9E918A", "#403A37" ] ]
let s:p.normal.warning = [ [ "#B86E54", "#352723" ] ] let s:p.normal.warning = [ [ "#B86E54", "#352723" ] ]
let s:p.normal.error = [ [ "#BB6572", "#2A2A2A" ] ] let s:p.normal.error = [ [ "#BB6572", "#2A2A2A" ] ]
let s:p.inactive.left = [ [ "#CBCFD3", "#2E2927" ], [ "#CBCFD3", "#2E2927" ] ] let s:p.inactive.left = [ [ "#C8CDD0", "#302B29" ], [ "#C8CDD0", "#302B29" ] ]
let s:p.inactive.middle = [ [ "#CBCFD3", "#2E2927" ] ] let s:p.inactive.middle = [ [ "#C8CDD0", "#302B29" ] ]
let s:p.inactive.right = [ [ "#CBCFD3", "#2E2927" ] ] let s:p.inactive.right = [ [ "#C8CDD0", "#302B29" ] ]
let s:p.insert.left = [ [ "#AFA099", "#384126", "bold" ], [ "#AFA099", "#3C3633" ] ] let s:p.insert.left = [ [ "#9E918A", "#384126", "bold" ], [ "#9E918A", "#403A37" ] ]
let s:p.replace.left = [ [ "#AFA099", "#5D383D", "bold" ], [ "#AFA099", "#3C3633" ] ] let s:p.replace.left = [ [ "#9E918A", "#5D383D", "bold" ], [ "#9E918A", "#403A37" ] ]
let s:p.visual.left = [ [ "#AFA099", "#303B41", "bold" ], [ "#AFA099", "#3C3633" ] ] let s:p.visual.left = [ [ "#9E918A", "#303B41", "bold" ], [ "#9E918A", "#403A37" ] ]
let s:p.tabline.left = [ [ "#B6BCC1", "#3C3633", "italic" ] ] let s:p.tabline.left = [ [ "#B3BABF", "#403A37", "italic" ] ]
let s:p.tabline.middle = [ [ "#CBCFD3", "#2E2927" ] ] let s:p.tabline.middle = [ [ "#C8CDD0", "#302B29" ] ]
let s:p.tabline.right = [ [ "#B6BCC1", "#3C3633" ] ] let s:p.tabline.right = [ [ "#B3BABF", "#403A37" ] ]
let s:p.tabline.tabsel = [ [ "#B6BCC1", "#1A1715", "bold" ] ] let s:p.tabline.tabsel = [ [ "#B3BABF", "#1A1715", "bold" ] ]
let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p) let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)

View File

@@ -7,7 +7,7 @@ endif
set background=dark set background=dark
let g:colors_name = 'zenflesh' let g:colors_name = 'zenflesh'
let g:terminal_color_0 = '#B6BCC1' let g:terminal_color_0 = '#B3BABF'
let g:terminal_color_1 = '#BB6572' let g:terminal_color_1 = '#BB6572'
let g:terminal_color_2 = '#75884C' let g:terminal_color_2 = '#75884C'
let g:terminal_color_3 = '#B86E54' let g:terminal_color_3 = '#B86E54'
@@ -15,7 +15,7 @@ let g:terminal_color_4 = '#4185AE'
let g:terminal_color_5 = '#AC75A1' let g:terminal_color_5 = '#AC75A1'
let g:terminal_color_6 = '#4F969E' let g:terminal_color_6 = '#4F969E'
let g:terminal_color_7 = '#1A1715' let g:terminal_color_7 = '#1A1715'
let g:terminal_color_8 = '#969CA0' let g:terminal_color_8 = '#93999E'
let g:terminal_color_9 = '#D16D7D' let g:terminal_color_9 = '#D16D7D'
let g:terminal_color_10 = '#7F974C' let g:terminal_color_10 = '#7F974C'
let g:terminal_color_11 = '#D07654' let g:terminal_color_11 = '#D07654'
@@ -46,39 +46,39 @@ if has('terminal')
endif endif
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold
highlight BufferVisible guifg=#CBCFD3 guibg=NONE guisp=NONE gui=NONE highlight BufferVisible guifg=#C8CDD0 guibg=NONE guisp=NONE gui=NONE
highlight BufferVisibleIndex guifg=#CBCFD3 guibg=NONE guisp=NONE gui=NONE highlight BufferVisibleIndex guifg=#C8CDD0 guibg=NONE guisp=NONE gui=NONE
highlight BufferVisibleSign guifg=#CBCFD3 guibg=NONE guisp=NONE gui=NONE highlight BufferVisibleSign guifg=#C8CDD0 guibg=NONE guisp=NONE gui=NONE
highlight CocErrorHighlight guifg=#BB6572 guibg=NONE guisp=NONE gui=underline highlight CocErrorHighlight guifg=#BB6572 guibg=NONE guisp=NONE gui=underline
highlight CocHintHighlight guifg=#AC75A1 guibg=NONE guisp=NONE gui=underline highlight CocHintHighlight guifg=#AC75A1 guibg=NONE guisp=NONE gui=underline
highlight CocInfoHighlight guifg=#4185AE guibg=NONE guisp=NONE gui=underline highlight CocInfoHighlight guifg=#4185AE guibg=NONE guisp=NONE gui=underline
highlight CocMarkdownLink guifg=#4F969E guibg=NONE guisp=NONE gui=underline highlight CocMarkdownLink guifg=#4F969E guibg=NONE guisp=NONE gui=underline
highlight CocWarningHighlight guifg=#B86E54 guibg=NONE guisp=NONE gui=underline highlight CocWarningHighlight guifg=#B86E54 guibg=NONE guisp=NONE gui=underline
highlight ColorColumn guifg=NONE guibg=#775349 guisp=NONE gui=NONE highlight ColorColumn guifg=NONE guibg=#714F45 guisp=NONE gui=NONE
highlight Comment guifg=#5B5654 guibg=NONE guisp=NONE gui=italic highlight Comment guifg=#5B5654 guibg=NONE guisp=NONE gui=italic
highlight Conceal guifg=#8E9498 guibg=NONE guisp=NONE gui=bold,italic highlight Conceal guifg=#8C9196 guibg=NONE guisp=NONE gui=bold,italic
highlight Constant guifg=#7F8488 guibg=NONE guisp=NONE gui=italic highlight Constant guifg=#7F8488 guibg=NONE guisp=NONE gui=italic
highlight Cursor guifg=#161311 guibg=#C5CACE guisp=NONE gui=NONE highlight Cursor guifg=#161311 guibg=#C2C7CB guisp=NONE gui=NONE
highlight CursorLine guifg=NONE guibg=#231F1D guisp=NONE gui=NONE highlight CursorLine guifg=NONE guibg=#231F1D guisp=NONE gui=NONE
highlight CursorLineNr guifg=#B6BCC1 guibg=NONE guisp=NONE gui=bold highlight CursorLineNr guifg=#B3BABF guibg=NONE guisp=NONE gui=bold
highlight Delimiter guifg=#776E69 guibg=NONE guisp=NONE gui=NONE highlight Delimiter guifg=#776E69 guibg=NONE guisp=NONE gui=NONE
highlight DiffAdd guifg=NONE guibg=#384126 guisp=NONE gui=NONE highlight DiffAdd guifg=NONE guibg=#384126 guisp=NONE gui=NONE
highlight DiffChange guifg=NONE guibg=#2C475B guisp=NONE gui=NONE highlight DiffChange guifg=NONE guibg=#2C475B guisp=NONE gui=NONE
highlight DiffDelete guifg=NONE guibg=#5D383D guisp=NONE gui=NONE highlight DiffDelete guifg=NONE guibg=#5D383D guisp=NONE gui=NONE
highlight DiffText guifg=#B6BCC1 guibg=#3B5D75 guisp=NONE gui=NONE highlight DiffText guifg=#B3BABF guibg=#3B5D75 guisp=NONE gui=NONE
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold
highlight Error guifg=#BB6572 guibg=NONE guisp=NONE gui=NONE highlight Error guifg=#BB6572 guibg=NONE guisp=NONE gui=NONE
highlight FloatBorder guifg=#8B7F79 guibg=NONE guisp=NONE gui=NONE highlight FloatBorder guifg=#80756F guibg=NONE guisp=NONE gui=NONE
highlight FoldColumn guifg=#564E4A guibg=NONE guisp=NONE gui=bold highlight FoldColumn guifg=#5C534F guibg=NONE guisp=NONE gui=bold
highlight Folded guifg=#AFA099 guibg=#37312F guisp=NONE gui=NONE highlight Folded guifg=#9E918A guibg=#37312F guisp=NONE gui=NONE
highlight Function guifg=#B6BCC1 guibg=NONE guisp=NONE gui=NONE highlight Function guifg=#B3BABF guibg=NONE guisp=NONE gui=NONE
highlight GitSignsAdd guifg=#75884C guibg=NONE guisp=NONE gui=NONE highlight GitSignsAdd guifg=#75884C guibg=NONE guisp=NONE gui=NONE
highlight GitSignsChange guifg=#4185AE guibg=NONE guisp=NONE gui=NONE highlight GitSignsChange guifg=#4185AE guibg=NONE guisp=NONE gui=NONE
highlight GitSignsDelete guifg=#BB6572 guibg=NONE guisp=NONE gui=NONE highlight GitSignsDelete guifg=#BB6572 guibg=NONE guisp=NONE gui=NONE
highlight HopNextKey2 guifg=#4185AE guibg=NONE guisp=NONE gui=NONE highlight HopNextKey2 guifg=#4185AE guibg=NONE guisp=NONE gui=NONE
highlight Identifier guifg=#969CA0 guibg=NONE guisp=NONE gui=NONE highlight Identifier guifg=#93999E guibg=NONE guisp=NONE gui=NONE
highlight IncSearch guifg=#1A1715 guibg=#AC75A1 guisp=NONE gui=bold highlight IncSearch guifg=#1A1715 guibg=#AC75A1 guisp=NONE gui=bold
highlight IndentBlanklineChar guifg=#181514 guibg=NONE guisp=NONE gui=NONE highlight IndentBlanklineChar guifg=#363230 guibg=NONE guisp=NONE gui=NONE
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic
highlight LightspeedGreyWash guifg=#5B5654 guibg=NONE guisp=NONE gui=NONE highlight LightspeedGreyWash guifg=#5B5654 guibg=NONE guisp=NONE gui=NONE
highlight LightspeedLabel guifg=#AC75A1 guibg=NONE guisp=NONE gui=bold,underline highlight LightspeedLabel guifg=#AC75A1 guibg=NONE guisp=NONE gui=bold,underline
@@ -88,7 +88,7 @@ highlight LightspeedLabelOverlapped guifg=#AC75A1 guibg=NONE guisp=NONE gui=unde
highlight LightspeedOneCharMatch guifg=#1A1715 guibg=#AC75A1 guisp=NONE gui=bold highlight LightspeedOneCharMatch guifg=#1A1715 guibg=#AC75A1 guisp=NONE gui=bold
highlight LightspeedPendingChangeOpArea guifg=#AC75A1 guibg=NONE guisp=NONE gui=NONE highlight LightspeedPendingChangeOpArea guifg=#AC75A1 guibg=NONE guisp=NONE gui=NONE
highlight LightspeedShortcut guifg=#1A1715 guibg=#AC75A1 guisp=NONE gui=bold,underline highlight LightspeedShortcut guifg=#1A1715 guibg=#AC75A1 guisp=NONE gui=bold,underline
highlight LineNr guifg=#564E4A guibg=NONE guisp=NONE gui=NONE highlight LineNr guifg=#5C534F guibg=NONE guisp=NONE gui=NONE
highlight LspDiagnosticsDefaultHint guifg=#AC75A1 guibg=NONE guisp=NONE gui=NONE highlight LspDiagnosticsDefaultHint guifg=#AC75A1 guibg=NONE guisp=NONE gui=NONE
highlight LspDiagnosticsDefaultInformation guifg=#4185AE guibg=NONE guisp=NONE gui=NONE highlight LspDiagnosticsDefaultInformation guifg=#4185AE guibg=NONE guisp=NONE gui=NONE
highlight LspDiagnosticsUnderlineError guifg=#BB6572 guibg=NONE guisp=NONE gui=undercurl highlight LspDiagnosticsUnderlineError guifg=#BB6572 guibg=NONE guisp=NONE gui=undercurl
@@ -98,33 +98,33 @@ highlight LspDiagnosticsUnderlineWarning guifg=#B86E54 guibg=NONE guisp=NONE gui
highlight LspDiagnosticsVirtualTextError guifg=#BB6572 guibg=#2A2A2A guisp=NONE gui=NONE highlight LspDiagnosticsVirtualTextError guifg=#BB6572 guibg=#2A2A2A guisp=NONE gui=NONE
highlight LspDiagnosticsVirtualTextWarning guifg=#B86E54 guibg=#352723 guisp=NONE gui=NONE highlight LspDiagnosticsVirtualTextWarning guifg=#B86E54 guibg=#352723 guisp=NONE gui=NONE
highlight MoreMsg guifg=#75884C guibg=NONE guisp=NONE gui=bold highlight MoreMsg guifg=#75884C guibg=NONE guisp=NONE gui=bold
highlight NeogitHunkHeaderHighlight guifg=#B6BCC1 guibg=#231F1D guisp=NONE gui=bold highlight NeogitHunkHeaderHighlight guifg=#B3BABF guibg=#231F1D guisp=NONE gui=bold
highlight NonText guifg=#48413D guibg=NONE guisp=NONE gui=NONE highlight NonText guifg=#514A46 guibg=NONE guisp=NONE gui=NONE
highlight Normal guifg=#B6BCC1 guibg=#1A1715 guisp=NONE gui=NONE highlight Normal guifg=#B3BABF guibg=#1A1715 guisp=NONE gui=NONE
highlight NormalFloat guifg=NONE guibg=#272321 guisp=NONE gui=NONE highlight NormalFloat guifg=NONE guibg=#292523 guisp=NONE gui=NONE
highlight Number guifg=NONE guibg=NONE guisp=NONE gui=italic highlight Number guifg=NONE guibg=NONE guisp=NONE gui=italic
highlight Pmenu guifg=NONE guibg=#2E2927 guisp=NONE gui=NONE highlight Pmenu guifg=NONE guibg=#322D2B guisp=NONE gui=NONE
highlight PmenuSbar guifg=NONE guibg=#4D4542 guisp=NONE gui=NONE highlight PmenuSbar guifg=NONE guibg=#514A46 guisp=NONE gui=NONE
highlight PmenuSel guifg=NONE guibg=#3C3633 guisp=NONE gui=NONE highlight PmenuSel guifg=NONE guibg=#403A37 guisp=NONE gui=NONE
highlight PmenuThumb guifg=NONE guibg=#867A74 guisp=NONE gui=NONE highlight PmenuThumb guifg=NONE guibg=#8B7F79 guisp=NONE gui=NONE
highlight Search guifg=#1A1715 guibg=#775370 guisp=NONE gui=NONE highlight Search guifg=#B3BABF guibg=#714F6A guisp=NONE gui=NONE
highlight SneakLabelMask guifg=#AC75A1 guibg=#AC75A1 guisp=NONE gui=NONE highlight SneakLabelMask guifg=#AC75A1 guibg=#AC75A1 guisp=NONE gui=NONE
highlight Special guifg=#91979B guibg=NONE guisp=NONE gui=bold highlight Special guifg=#91979B guibg=NONE guisp=NONE gui=bold
highlight SpecialComment guifg=#5B5654 guibg=NONE guisp=NONE gui=bold highlight SpecialComment guifg=#5B5654 guibg=NONE guisp=NONE gui=bold
highlight SpecialKey guifg=#48413D guibg=NONE guisp=NONE gui=italic highlight SpecialKey guifg=#514A46 guibg=NONE guisp=NONE gui=italic
highlight SpellBad guifg=#AD6D76 guibg=NONE guisp=NONE gui=undercurl highlight SpellBad guifg=#AD6D76 guibg=NONE guisp=NONE gui=undercurl
highlight SpellCap guifg=#AD6D76 guibg=NONE guisp=NONE gui=undercurl highlight SpellCap guifg=#AD6D76 guibg=NONE guisp=NONE gui=undercurl
highlight SpellRare guifg=#AD6D76 guibg=NONE guisp=NONE gui=undercurl highlight SpellRare guifg=#AD6D76 guibg=NONE guisp=NONE gui=undercurl
highlight Statement guifg=#B6BCC1 guibg=NONE guisp=NONE gui=bold highlight Statement guifg=#B3BABF guibg=NONE guisp=NONE gui=bold
highlight StatusLine guifg=#B6BCC1 guibg=#37312F guisp=NONE gui=NONE highlight StatusLine guifg=#B3BABF guibg=#3C3633 guisp=NONE gui=NONE
highlight StatusLineNC guifg=#CBCFD3 guibg=#2E2927 guisp=NONE gui=NONE highlight StatusLineNC guifg=#C8CDD0 guibg=#302B29 guisp=NONE gui=NONE
highlight TabLine guifg=#B6BCC1 guibg=#37312F guisp=NONE gui=italic highlight TabLine guifg=#B3BABF guibg=#3C3633 guisp=NONE gui=italic
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold
highlight TelescopeMatching guifg=#AC75A1 guibg=NONE guisp=NONE gui=bold highlight TelescopeMatching guifg=#AC75A1 guibg=NONE guisp=NONE gui=bold
highlight TelescopeSelectionCaret guifg=#BB6572 guibg=#231F1D guisp=NONE gui=NONE highlight TelescopeSelectionCaret guifg=#BB6572 guibg=#231F1D guisp=NONE gui=NONE
highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold
highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline
highlight Type guifg=#9B918D guibg=NONE guisp=NONE gui=NONE highlight Type guifg=#998F8A guibg=NONE guisp=NONE gui=NONE
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline
highlight Visual guifg=NONE guibg=#303B41 guisp=NONE gui=NONE highlight Visual guifg=NONE guibg=#303B41 guisp=NONE gui=NONE
highlight WarningMsg guifg=#B86E54 guibg=NONE guisp=NONE gui=NONE highlight WarningMsg guifg=#B86E54 guibg=NONE guisp=NONE gui=NONE
@@ -137,8 +137,8 @@ highlight diffLine guifg=#AC75A1 guibg=NONE guisp=NONE gui=bold
highlight diffNewFile guifg=#75884C guibg=NONE guisp=NONE gui=italic highlight diffNewFile guifg=#75884C guibg=NONE guisp=NONE gui=italic
highlight diffOldFile guifg=#BB6572 guibg=NONE guisp=NONE gui=italic highlight diffOldFile guifg=#BB6572 guibg=NONE guisp=NONE gui=italic
highlight diffRemoved guifg=#BB6572 guibg=NONE guisp=NONE gui=NONE highlight diffRemoved guifg=#BB6572 guibg=NONE guisp=NONE gui=NONE
highlight lCursor guifg=#161311 guibg=#7A7F83 guisp=NONE gui=NONE highlight lCursor guifg=#161311 guibg=#787D80 guisp=NONE gui=NONE
highlight markdownH1 guifg=#B6BCC1 guibg=NONE guisp=NONE gui=bold,underline highlight markdownH1 guifg=#B3BABF guibg=NONE guisp=NONE gui=bold,underline
highlight! link Boolean Number highlight! link Boolean Number
highlight! link BufferCurrent TabLineSel highlight! link BufferCurrent TabLineSel
highlight! link CocCodeLens LineNr highlight! link CocCodeLens LineNr

View File

@@ -3,10 +3,10 @@ colors:
# Default colors # Default colors
primary: primary:
background: '#1A1715' background: '#1A1715'
foreground: '#B6BCC1' foreground: '#B3BABF'
# Normal colors # Normal colors
normal: normal:
black: '#B6BCC1' black: '#B3BABF'
red: '#BB6572' red: '#BB6572'
green: '#75884C' green: '#75884C'
yellow: '#B86E54' yellow: '#B86E54'
@@ -16,7 +16,7 @@ colors:
white: '#1A1715' white: '#1A1715'
# Bright colors # Bright colors
bright: bright:
black: '#969CA0' black: '#93999E'
red: '#D16D7D' red: '#D16D7D'
green: '#7F974C' green: '#7F974C'
yellow: '#D07654' yellow: '#D07654'

View File

@@ -5,21 +5,21 @@
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh.conf ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh.conf
background #1A1715 background #1A1715
foreground #B6BCC1 foreground #B3BABF
selection_background #303B41 selection_background #303B41
selection_foreground #B6BCC1 selection_foreground #B3BABF
url_color #C873B8 url_color #C873B8
cursor #B6BCC1 cursor #B3BABF
# Tabs # Tabs
active_tab_background #775370 active_tab_background #714F6A
active_tab_foreground #B6BCC1 active_tab_foreground #B3BABF
inactive_tab_background #37312F inactive_tab_background #3C3633
inactive_tab_foreground #B6BCC1 inactive_tab_foreground #B3BABF
#tab_bar_background ${tab_bar_background} #tab_bar_background ${tab_bar_background}
# normal # normal
color0 #B6BCC1 color0 #B3BABF
color1 #BB6572 color1 #BB6572
color2 #75884C color2 #75884C
color3 #B86E54 color3 #B86E54
@@ -29,7 +29,7 @@ color6 #4F969E
color7 #1A1715 color7 #1A1715
# bright # bright
color8 #969CA0 color8 #93999E
color9 #D16D7D color9 #D16D7D
color10 #7F974C color10 #7F974C
color11 #D07654 color11 #D07654

View File

@@ -7,11 +7,11 @@ set -g window-status-current-style fg='#AC75A1',bg='#1A1715',bold
set -g pane-border-style fg='#AC75A1' set -g pane-border-style fg='#AC75A1'
set -g pane-active-border-style fg='#AC75A1' set -g pane-active-border-style fg='#AC75A1'
set -g message-style fg='#B6BCC1',bg='#303B41' set -g message-style fg='#B3BABF',bg='#303B41'
set -g display-panes-active-colour '#AC75A1' set -g display-panes-active-colour '#AC75A1'
set -g display-panes-colour '#AC75A1' set -g display-panes-colour '#AC75A1'
set -g clock-mode-colour '#AC75A1' set -g clock-mode-colour '#AC75A1'
set -g mode-style fg='#B6BCC1',bg='#303B41' set -g mode-style fg='#B3BABF',bg='#303B41'

View File

@@ -1,12 +1,12 @@
# Zenflesh # Zenflesh
[colors] [colors]
foreground = "#B6BCC1" foreground = "#B3BABF"
background = "#1A1715" background = "#1A1715"
cursor_bg = "#C5CACE" cursor_bg = "#C2C7CB"
cursor_border = "#161311" cursor_border = "#161311"
cursor_fg = "#161311" cursor_fg = "#161311"
selection_bg = "#303B41" selection_bg = "#303B41"
selection_fg = "#B6BCC1" selection_fg = "#B3BABF"
ansi = ["#B6BCC1", "#BB6572", "#75884C", "#B86E54", "#4185AE", "#AC75A1", "#4F969E", "#1A1715"] ansi = ["#B3BABF", "#BB6572", "#75884C", "#B86E54", "#4185AE", "#AC75A1", "#4F969E", "#1A1715"]
brights = ["#969CA0", "#D16D7D", "#7F974C", "#D07654", "#4293C2", "#C873B8", "#4CA2AC", "#2F2925"] brights = ["#93999E", "#D16D7D", "#7F974C", "#D07654", "#4293C2", "#C873B8", "#4CA2AC", "#2F2925"]

View File

@@ -1,12 +1,12 @@
local common_fg = "#AFA099" local common_fg = "#9E918A"
local inactive_bg = "#2E2927" local inactive_bg = "#302B29"
local inactive_fg = "#CBCFD3" local inactive_fg = "#C8CDD0"
return { return {
normal = { normal = {
a = { bg = "#4D4542", fg = common_fg, gui = "bold" }, a = { bg = "#514A46", fg = common_fg, gui = "bold" },
b = { bg = "#3C3633", fg = common_fg }, b = { bg = "#403A37", fg = common_fg },
c = { bg = "#37312F", fg = "#B6BCC1" }, c = { bg = "#3C3633", fg = "#B3BABF" },
}, },
insert = { insert = {
@@ -14,7 +14,7 @@ return {
}, },
command = { command = {
a = { bg = "#775370", fg = common_fg, gui = "bold" }, a = { bg = "#714F6A", fg = common_fg, gui = "bold" },
}, },
visual = { visual = {