update generated zenflesh theme

This commit is contained in:
Michael Chris Lopez
2021-09-16 19:25:12 +08:00
parent 93c3df6685
commit a405fe14be
7 changed files with 192 additions and 191 deletions

View File

@@ -2,25 +2,25 @@
colors:
# Default colors
primary:
background: '#1A1715'
foreground: '#B3BABF'
background: '#1C1918'
foreground: '#B4BDC3'
# Normal colors
normal:
black: '#1A1715'
red: '#BB6572'
green: '#75884C'
yellow: '#B86E54'
blue: '#4185AE'
magenta: '#AC75A1'
cyan: '#4F969E'
white: '#B3BABF'
black: '#1C1918'
red: '#DE6E7C'
green: '#819B69'
yellow: '#B77E64'
blue: '#6099C0'
magenta: '#B279A7'
cyan: '#66A5AD'
white: '#B4BDC3'
# Bright colors
bright:
black: '#2F2925'
red: '#D16D7D'
green: '#7F974C'
yellow: '#D07654'
blue: '#4293C2'
magenta: '#C873B8'
cyan: '#4CA2AC'
white: '#93999E'
black: '#3E3834'
red: '#E8838F'
green: '#8BAE68'
yellow: '#D68C67'
blue: '#61ABDA'
magenta: '#CF86C1'
cyan: '#65B8C1'
white: '#888F94'

View File

@@ -4,36 +4,36 @@
## author: Michael Chris Lopez
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh.conf
background #1A1715
foreground #B3BABF
selection_background #303B41
selection_foreground #B3BABF
url_color #4293C2
cursor #B3BABF
background #1C1918
foreground #B4BDC3
selection_background #37393B
selection_foreground #B4BDC3
url_color #61ABDA
cursor #B4BDC3
# Tabs
active_tab_background #714F6A
active_tab_foreground #B3BABF
inactive_tab_background #3C3633
inactive_tab_foreground #B3BABF
active_tab_background #73516C
active_tab_foreground #B4BDC3
inactive_tab_background #3D3836
inactive_tab_foreground #B4BDC3
#tab_bar_background ${tab_bar_background}
# normal
color0 #1A1715
color1 #BB6572
color2 #75884C
color3 #B86E54
color4 #4185AE
color5 #AC75A1
color6 #4F969E
color7 #B3BABF
color0 #1C1918
color1 #DE6E7C
color2 #819B69
color3 #B77E64
color4 #6099C0
color5 #B279A7
color6 #66A5AD
color7 #B4BDC3
# bright
color8 #2F2925
color9 #D16D7D
color10 #7F974C
color11 #D07654
color12 #4293C2
color13 #C873B8
color14 #4CA2AC
color15 #93999E
color8 #3E3834
color9 #E8838F
color10 #8BAE68
color11 #D68C67
color12 #61ABDA
color13 #CF86C1
color14 #65B8C1
color15 #888F94

View File

@@ -1,17 +1,17 @@
set -g status-left ' #[fg=#AC75A1,bold]#{s/root//:client_key_table} '
set -g status-right '#[fg=#AC75A1,bold] [#S]#[fg=#AC75A1,bold] [%d/%m] #[fg=#AC75A1,bold][%I:%M%p] '
set -g status-style fg='#AC75A1',bg='#B3BABF'
set -g status-left ' #[fg=#B279A7,bold]#{s/root//:client_key_table} '
set -g status-right '#[fg=#B279A7,bold] [#S]#[fg=#B279A7,bold] [%d/%m] #[fg=#B279A7,bold][%I:%M%p] '
set -g status-style fg='#B279A7',bg='#B4BDC3'
set -g window-status-current-style fg='#AC75A1',bg='#B3BABF',bold
set -g window-status-current-style fg='#B279A7',bg='#B4BDC3',bold
set -g pane-border-style fg='#AC75A1'
set -g pane-active-border-style fg='#AC75A1'
set -g pane-border-style fg='#B279A7'
set -g pane-active-border-style fg='#B279A7'
set -g message-style fg='#1A1715',bg='#303B41'
set -g message-style fg='#1C1918',bg='#37393B'
set -g display-panes-active-colour '#AC75A1'
set -g display-panes-colour '#AC75A1'
set -g display-panes-active-colour '#B279A7'
set -g display-panes-colour '#B279A7'
set -g clock-mode-colour '#AC75A1'
set -g clock-mode-colour '#B279A7'
set -g mode-style fg='#1A1715',bg='#303B41'
set -g mode-style fg='#1C1918',bg='#37393B'

View File

@@ -1,12 +1,12 @@
# Zenflesh
[colors]
foreground = "#B3BABF"
background = "#1A1715"
cursor_bg = "#C2C7CB"
cursor_border = "#161311"
cursor_fg = "#161311"
selection_bg = "#303B41"
selection_fg = "#B3BABF"
foreground = "#B4BDC3"
background = "#1C1918"
cursor_bg = "#C4CACF"
cursor_border = "#171514"
cursor_fg = "#171514"
selection_bg = "#37393B"
selection_fg = "#B4BDC3"
ansi = ["#1A1715", "#BB6572", "#75884C", "#B86E54", "#4185AE", "#AC75A1", "#4F969E", "#B3BABF"]
brights = ["#2F2925", "#D16D7D", "#7F974C", "#D07654", "#4293C2", "#C873B8", "#4CA2AC", "#93999E"]
ansi = ["#1C1918", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"]
brights = ["#3E3834", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#888F94"]