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

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

View File

@@ -5,21 +5,21 @@
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh.conf
background #1A1715
foreground #B6BCC1
foreground #B3BABF
selection_background #303B41
selection_foreground #B6BCC1
selection_foreground #B3BABF
url_color #C873B8
cursor #B6BCC1
cursor #B3BABF
# Tabs
active_tab_background #775370
active_tab_foreground #B6BCC1
inactive_tab_background #37312F
inactive_tab_foreground #B6BCC1
active_tab_background #714F6A
active_tab_foreground #B3BABF
inactive_tab_background #3C3633
inactive_tab_foreground #B3BABF
#tab_bar_background ${tab_bar_background}
# normal
color0 #B6BCC1
color0 #B3BABF
color1 #BB6572
color2 #75884C
color3 #B86E54
@@ -29,7 +29,7 @@ color6 #4F969E
color7 #1A1715
# bright
color8 #969CA0
color8 #93999E
color9 #D16D7D
color10 #7F974C
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-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-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
[colors]
foreground = "#B6BCC1"
foreground = "#B3BABF"
background = "#1A1715"
cursor_bg = "#C5CACE"
cursor_bg = "#C2C7CB"
cursor_border = "#161311"
cursor_fg = "#161311"
selection_bg = "#303B41"
selection_fg = "#B6BCC1"
selection_fg = "#B3BABF"
ansi = ["#B6BCC1", "#BB6572", "#75884C", "#B86E54", "#4185AE", "#AC75A1", "#4F969E", "#1A1715"]
brights = ["#969CA0", "#D16D7D", "#7F974C", "#D07654", "#4293C2", "#C873B8", "#4CA2AC", "#2F2925"]
ansi = ["#B3BABF", "#BB6572", "#75884C", "#B86E54", "#4185AE", "#AC75A1", "#4F969E", "#1A1715"]
brights = ["#93999E", "#D16D7D", "#7F974C", "#D07654", "#4293C2", "#C873B8", "#4CA2AC", "#2F2925"]