generate zenflesh files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Zenbones Alacritty Colors
|
||||
# zenbones alacritty colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
|
||||
26
extras/alacritty/zenflesh.yml
Normal file
26
extras/alacritty/zenflesh.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
# zenflesh alacritty colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1A1715'
|
||||
foreground: '#B6BCC1'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#B6BCC1'
|
||||
red: '#BB6572'
|
||||
green: '#75884C'
|
||||
yellow: '#B86E54'
|
||||
blue: '#4185AE'
|
||||
magenta: '#AC75A1'
|
||||
cyan: '#4F969E'
|
||||
white: '#1A1715'
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#969CA0'
|
||||
red: '#D16D7D'
|
||||
green: '#7F974C'
|
||||
yellow: '#D07654'
|
||||
blue: '#4293C2'
|
||||
magenta: '#C873B8'
|
||||
cyan: '#4CA2AC'
|
||||
white: '#2F2925'
|
||||
39
extras/kitty/zenflesh.conf
Normal file
39
extras/kitty/zenflesh.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
# vim:ft=kitty
|
||||
## name: zenflesh
|
||||
## license: MIT
|
||||
## author: Michael Chris Lopez
|
||||
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh.conf
|
||||
|
||||
background #1A1715
|
||||
foreground #B6BCC1
|
||||
selection_background #303B41
|
||||
selection_foreground #B6BCC1
|
||||
url_color #C873B8
|
||||
cursor #B6BCC1
|
||||
|
||||
# Tabs
|
||||
active_tab_background #775370
|
||||
active_tab_foreground #B6BCC1
|
||||
inactive_tab_background #37312F
|
||||
inactive_tab_foreground #B6BCC1
|
||||
#tab_bar_background ${tab_bar_background}
|
||||
|
||||
# normal
|
||||
color0 #B6BCC1
|
||||
color1 #BB6572
|
||||
color2 #75884C
|
||||
color3 #B86E54
|
||||
color4 #4185AE
|
||||
color5 #AC75A1
|
||||
color6 #4F969E
|
||||
color7 #1A1715
|
||||
|
||||
# bright
|
||||
color8 #969CA0
|
||||
color9 #D16D7D
|
||||
color10 #7F974C
|
||||
color11 #D07654
|
||||
color12 #4293C2
|
||||
color13 #C873B8
|
||||
color14 #4CA2AC
|
||||
color15 #2F2925
|
||||
17
extras/tmux/zenflesh.tmux
Normal file
17
extras/tmux/zenflesh.tmux
Normal file
@@ -0,0 +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='#1A1715'
|
||||
|
||||
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 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'
|
||||
12
extras/wezterm/Zenflesh.toml
Normal file
12
extras/wezterm/Zenflesh.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Zenflesh
|
||||
[colors]
|
||||
foreground = "#B6BCC1"
|
||||
background = "#1A1715"
|
||||
cursor_bg = "#C5CACE"
|
||||
cursor_border = "#161311"
|
||||
cursor_fg = "#161311"
|
||||
selection_bg = "#303B41"
|
||||
selection_fg = "#B6BCC1"
|
||||
|
||||
ansi = ["#B6BCC1", "#BB6572", "#75884C", "#B86E54", "#4185AE", "#AC75A1", "#4F969E", "#1A1715"]
|
||||
brights = ["#969CA0", "#D16D7D", "#7F974C", "#D07654", "#4293C2", "#C873B8", "#4CA2AC", "#2F2925"]
|
||||
Reference in New Issue
Block a user