update color theme
This commit is contained in:
parent
a822a07455
commit
8fb524959c
|
@ -44,37 +44,37 @@ tab_bar_style hidden
|
|||
#: }}}
|
||||
|
||||
#: Color scheme {{{
|
||||
foreground #a9b1d6
|
||||
background #1a1b26
|
||||
background_opacity 0.8
|
||||
dim_opacity 0.75
|
||||
selection_foreground none
|
||||
selection_background #28344a
|
||||
#: The color table {{{
|
||||
#: black
|
||||
color0 #414868
|
||||
color8 #414868
|
||||
#: red
|
||||
background #1a1b26
|
||||
foreground #c0caf5
|
||||
selection_background #33467C
|
||||
selection_foreground #c0caf5
|
||||
url_color #73daca
|
||||
cursor #c0caf5
|
||||
|
||||
# normal
|
||||
color0 #15161E
|
||||
color1 #f7768e
|
||||
color9 #f7768e
|
||||
#: green
|
||||
color2 #73daca
|
||||
color10 #73daca
|
||||
color2 #9ece6a
|
||||
color3 #e0af68
|
||||
color11 #e0af68
|
||||
#: blue
|
||||
color4 #7aa2f7
|
||||
color12 #7aa2f7
|
||||
#: magenta
|
||||
color5 #bb9af7
|
||||
color13 #bb9af7
|
||||
#: cyan
|
||||
color6 #7dcfff
|
||||
color7 #a9b1d6
|
||||
|
||||
# bright
|
||||
color8 #414868
|
||||
color9 #f7768e
|
||||
color10 #9ece6a
|
||||
color11 #e0af68
|
||||
color12 #7aa2f7
|
||||
color13 #bb9af7
|
||||
color14 #7dcfff
|
||||
#: white
|
||||
color7 #c0caf5
|
||||
color15 #c0caf5
|
||||
#: }}}
|
||||
|
||||
# extended colors
|
||||
color16 #ff9e64
|
||||
color17 #db4b4b
|
||||
#: }}}
|
||||
|
||||
#: Advanced {{{
|
||||
|
|
|
@ -50,49 +50,49 @@ tab_bar_style custom
|
|||
tab_bar_align left
|
||||
tab_bar_min_tabs 1
|
||||
tab_switch_strategy previous
|
||||
tab_title_template " 祿{f'{title[:6]}…{title[-6:]}' if title.rindex(title[-1]) + 1 > 25 else title}"
|
||||
active_tab_title_template " 綠{f'{title[:6]}…{title[-6:]}' if title.rindex(title[-1]) + 1 > 25 else title}"
|
||||
active_tab_foreground #c0caf5
|
||||
active_tab_background #101014
|
||||
tab_title_template "{title}"
|
||||
active_tab_font_style bold
|
||||
inactive_tab_foreground #414868
|
||||
inactive_tab_background #101014
|
||||
inactive_tab_font_style bold
|
||||
tab_bar_background #101014
|
||||
#: }}}
|
||||
|
||||
#: Color scheme {{{
|
||||
foreground #a9b1d6
|
||||
background #1a1b26
|
||||
background_opacity 1
|
||||
dim_opacity 0.75
|
||||
selection_foreground none
|
||||
selection_background #28344a
|
||||
#: The color table {{{
|
||||
#: black
|
||||
color0 #414868
|
||||
color8 #414868
|
||||
#: red
|
||||
foreground #c0caf5
|
||||
selection_background #33467C
|
||||
selection_foreground #c0caf5
|
||||
url_color #73daca
|
||||
cursor #c0caf5
|
||||
|
||||
# Tabs
|
||||
active_tab_background #7aa2f7
|
||||
active_tab_foreground #1f2335
|
||||
inactive_tab_background #292e42
|
||||
inactive_tab_foreground #545c7e
|
||||
#tab_bar_background #15161E
|
||||
|
||||
# normal
|
||||
color0 #15161E
|
||||
color1 #f7768e
|
||||
color9 #f7768e
|
||||
#: green
|
||||
color2 #73daca
|
||||
color10 #73daca
|
||||
color2 #9ece6a
|
||||
color3 #e0af68
|
||||
color11 #e0af68
|
||||
#: blue
|
||||
color4 #7aa2f7
|
||||
color12 #7aa2f7
|
||||
#: magenta
|
||||
color5 #bb9af7
|
||||
color13 #bb9af7
|
||||
#: cyan
|
||||
color6 #7dcfff
|
||||
color7 #a9b1d6
|
||||
|
||||
# bright
|
||||
color8 #414868
|
||||
color9 #f7768e
|
||||
color10 #9ece6a
|
||||
color11 #e0af68
|
||||
color12 #7aa2f7
|
||||
color13 #bb9af7
|
||||
color14 #7dcfff
|
||||
#: white
|
||||
color7 #c0caf5
|
||||
color15 #c0caf5
|
||||
#: }}}
|
||||
|
||||
# extended colors
|
||||
color16 #ff9e64
|
||||
color17 #db4b4b
|
||||
#: }}}
|
||||
|
||||
#: Advanced {{{
|
||||
|
|
Loading…
Reference in New Issue