reverse terminal white and black

This commit is contained in:
Michael Chris Lopez
2021-09-14 16:07:08 +08:00
parent 052cbf8426
commit 178aa88616
14 changed files with 48 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
# Zenbones
# Zenflesh, Zenbones
Zenbones is a light vim/neovim
[colorscheme](https://neovim.io/doc/user/syntax.html#:colorscheme) designed to

View File

@@ -7,22 +7,22 @@ endif
set background=light
let g:colors_name = 'zenbones'
let g:terminal_color_0 = '#2C363C'
let g:terminal_color_0 = '#F0EDEC'
let g:terminal_color_1 = '#A8334C'
let g:terminal_color_2 = '#617437'
let g:terminal_color_3 = '#944927'
let g:terminal_color_4 = '#286486'
let g:terminal_color_5 = '#88507D'
let g:terminal_color_6 = '#3B8992'
let g:terminal_color_7 = '#F0EDEC'
let g:terminal_color_8 = '#44525B'
let g:terminal_color_7 = '#2C363C'
let g:terminal_color_8 = '#DCD2CE'
let g:terminal_color_9 = '#9C2842'
let g:terminal_color_10 = '#55672A'
let g:terminal_color_11 = '#87411E'
let g:terminal_color_12 = '#1F5A7A'
let g:terminal_color_13 = '#864079'
let g:terminal_color_14 = '#2F7C85'
let g:terminal_color_15 = '#DCD2CE'
let g:terminal_color_15 = '#44525B'
if has('terminal')
let g:terminal_ansi_colors = [

View File

@@ -7,22 +7,22 @@ endif
set background=dark
let g:colors_name = 'zenflesh'
let g:terminal_color_0 = '#B3BABF'
let g:terminal_color_0 = '#1A1715'
let g:terminal_color_1 = '#BB6572'
let g:terminal_color_2 = '#75884C'
let g:terminal_color_3 = '#B86E54'
let g:terminal_color_4 = '#4185AE'
let g:terminal_color_5 = '#AC75A1'
let g:terminal_color_6 = '#4F969E'
let g:terminal_color_7 = '#1A1715'
let g:terminal_color_8 = '#93999E'
let g:terminal_color_7 = '#B3BABF'
let g:terminal_color_8 = '#2F2925'
let g:terminal_color_9 = '#D16D7D'
let g:terminal_color_10 = '#7F974C'
let g:terminal_color_11 = '#D07654'
let g:terminal_color_12 = '#4293C2'
let g:terminal_color_13 = '#C873B8'
let g:terminal_color_14 = '#4CA2AC'
let g:terminal_color_15 = '#2F2925'
let g:terminal_color_15 = '#93999E'
if has('terminal')
let g:terminal_ansi_colors = [

View File

@@ -6,21 +6,21 @@ colors:
foreground: '#2C363C'
# Normal colors
normal:
black: '#2C363C'
black: '#F0EDEC'
red: '#A8334C'
green: '#617437'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
cyan: '#3B8992'
white: '#F0EDEC'
white: '#2C363C'
# Bright colors
bright:
black: '#44525B'
black: '#DCD2CE'
red: '#9C2842'
green: '#55672A'
yellow: '#87411E'
blue: '#1F5A7A'
magenta: '#864079'
cyan: '#2F7C85'
white: '#DCD2CE'
white: '#44525B'

View File

@@ -6,21 +6,21 @@ colors:
foreground: '#B3BABF'
# Normal colors
normal:
black: '#B3BABF'
black: '#1A1715'
red: '#BB6572'
green: '#75884C'
yellow: '#B86E54'
blue: '#4185AE'
magenta: '#AC75A1'
cyan: '#4F969E'
white: '#1A1715'
white: '#B3BABF'
# Bright colors
bright:
black: '#93999E'
black: '#2F2925'
red: '#D16D7D'
green: '#7F974C'
yellow: '#D07654'
blue: '#4293C2'
magenta: '#C873B8'
cyan: '#4CA2AC'
white: '#2F2925'
white: '#93999E'

View File

@@ -8,7 +8,7 @@ background #F0EDEC
foreground #2C363C
selection_background #D2DFE7
selection_foreground #2C363C
url_color #864079
url_color #1F5A7A
cursor #2C363C
# Tabs
@@ -19,21 +19,21 @@ inactive_tab_foreground #2C363C
#tab_bar_background ${tab_bar_background}
# normal
color0 #2C363C
color0 #F0EDEC
color1 #A8334C
color2 #617437
color3 #944927
color4 #286486
color5 #88507D
color6 #3B8992
color7 #F0EDEC
color7 #2C363C
# bright
color8 #44525B
color8 #DCD2CE
color9 #9C2842
color10 #55672A
color11 #87411E
color12 #1F5A7A
color13 #864079
color14 #2F7C85
color15 #DCD2CE
color15 #44525B

View File

@@ -8,7 +8,7 @@ background #1A1715
foreground #B3BABF
selection_background #303B41
selection_foreground #B3BABF
url_color #C873B8
url_color #4293C2
cursor #B3BABF
# Tabs
@@ -19,21 +19,21 @@ inactive_tab_foreground #B3BABF
#tab_bar_background ${tab_bar_background}
# normal
color0 #B3BABF
color0 #1A1715
color1 #BB6572
color2 #75884C
color3 #B86E54
color4 #4185AE
color5 #AC75A1
color6 #4F969E
color7 #1A1715
color7 #B3BABF
# bright
color8 #93999E
color8 #2F2925
color9 #D16D7D
color10 #7F974C
color11 #D07654
color12 #4293C2
color13 #C873B8
color14 #4CA2AC
color15 #2F2925
color15 #93999E

View File

@@ -1,17 +1,17 @@
set -g status-left ' #[fg=#88507D,bold]#{s/root//:client_key_table} '
set -g status-right '#[fg=#88507D,bold] [#S]#[fg=#88507D,bold] [%d/%m] #[fg=#88507D,bold][%I:%M%p] '
set -g status-style fg='#88507D',bg='#F0EDEC'
set -g status-style fg='#88507D',bg='#2C363C'
set -g window-status-current-style fg='#88507D',bg='#F0EDEC',bold
set -g window-status-current-style fg='#88507D',bg='#2C363C',bold
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
set -g message-style fg='#2C363C',bg='#D2DFE7'
set -g message-style fg='#F0EDEC',bg='#D2DFE7'
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#2C363C',bg='#D2DFE7'
set -g mode-style fg='#F0EDEC',bg='#D2DFE7'

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='#1A1715'
set -g status-style fg='#AC75A1',bg='#B3BABF'
set -g window-status-current-style fg='#AC75A1',bg='#1A1715',bold
set -g window-status-current-style fg='#AC75A1',bg='#B3BABF',bold
set -g pane-border-style fg='#AC75A1'
set -g pane-active-border-style fg='#AC75A1'
set -g message-style fg='#B3BABF',bg='#303B41'
set -g message-style fg='#1A1715',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='#B3BABF',bg='#303B41'
set -g mode-style fg='#1A1715',bg='#303B41'

View File

@@ -8,5 +8,5 @@ cursor_fg = "#F2F0EF"
selection_bg = "#D2DFE7"
selection_fg = "#2C363C"
ansi = ["#2C363C", "#A8334C", "#617437", "#944927", "#286486", "#88507D", "#3B8992", "#F0EDEC"]
brights = ["#44525B", "#9C2842", "#55672A", "#87411E", "#1F5A7A", "#864079", "#2F7C85", "#DCD2CE"]
ansi = ["#F0EDEC", "#A8334C", "#617437", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"]
brights = ["#DCD2CE", "#9C2842", "#55672A", "#87411E", "#1F5A7A", "#864079", "#2F7C85", "#44525B"]

View File

@@ -8,5 +8,5 @@ cursor_fg = "#161311"
selection_bg = "#303B41"
selection_fg = "#B3BABF"
ansi = ["#B3BABF", "#BB6572", "#75884C", "#B86E54", "#4185AE", "#AC75A1", "#4F969E", "#1A1715"]
brights = ["#93999E", "#D16D7D", "#7F974C", "#D07654", "#4293C2", "#C873B8", "#4CA2AC", "#2F2925"]
ansi = ["#1A1715", "#BB6572", "#75884C", "#B86E54", "#4185AE", "#AC75A1", "#4F969E", "#B3BABF"]
brights = ["#2F2925", "#D16D7D", "#7F974C", "#D07654", "#4293C2", "#C873B8", "#4CA2AC", "#93999E"]

View File

@@ -48,7 +48,7 @@ return function(name, theme, palette, terminal)
foreground = fg,
selection_background = theme.Visual.bg.hex,
selection_foreground = fg,
url_color = terminal.colors[14].hex,
url_color = terminal.colors[13].hex,
cursor = fg,
active_tab_background = theme.Search.bg.hex,
active_tab_foreground = fg,

View File

@@ -2,22 +2,22 @@ local lush = require "lush"
local p = require "zenbones.palette"
local colors = {
p.stone,
p.sand,
p.rose,
p.leaf,
p.wood,
p.water,
p.blossom,
p.sky,
p.sand,
p.stone.li(16),
p.stone,
p.sand.sa(4).da(10),
p.rose.sa(20).da(10),
p.leaf.sa(20).da(10),
p.wood.sa(18).da(10),
p.water.sa(20).da(10),
p.blossom.sa(24).da(10),
p.sky.sa(20).da(10),
p.sand.sa(4).da(10),
p.stone.li(16),
}
local M = {}

View File

@@ -2,22 +2,22 @@ local lush = require "lush"
local p = require "zenflesh.palette"
local colors = {
p.stone,
p.sand,
p.rose,
p.leaf,
p.wood,
p.water,
p.blossom,
p.sky,
p.sand,
p.stone.da(16),
p.stone,
p.sand.sa(4).li(10),
p.rose.sa(20).li(10),
p.leaf.sa(20).li(10),
p.wood.sa(18).li(10),
p.water.sa(20).li(10),
p.blossom.sa(24).li(10),
p.sky.sa(20).li(10),
p.sand.sa(4).li(10),
p.stone.da(16),
}
local M = {}