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

@@ -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"]