Compare commits
No commits in common. "2d7336c593948737f4037a8e8165a3dded54cba4" and "9d59565469718d647061d3ae4d02de9299c3fb26" have entirely different histories.
2d7336c593
...
9d59565469
|
|
@ -1,65 +1,106 @@
|
||||||
# CyberQueer — kitty theme
|
# vim:ft=kitty
|
||||||
# Base 5 colors mirror ~/Dotfiles/colors.conf (COLOR_TEXT/BG/HIGHLIGHT/DARK/RED,
|
#: This is a template that can be used to create new kitty themes.
|
||||||
# same values as orbit-menu/astro-menu/station-bar/beacon's _colors.css). The
|
#: Theme files should start with a metadata block consisting of
|
||||||
# green/yellow/magenta/cyan slots are new neon tints kept in the same
|
#: lines beginning with ##. All metadata fields are optional.
|
||||||
# violet/crimson family so git/ls/syntax highlighting stay legible instead of
|
|
||||||
# clashing with the rest of the palette.
|
|
||||||
|
|
||||||
foreground #D6ABAB
|
## name: The name of the theme (if not present, derived from filename)
|
||||||
background #1A1A1A
|
## author: The name of the theme author
|
||||||
selection_foreground #E40046
|
## license: The license information
|
||||||
selection_background #5018DD
|
## upstream: A URL pointing to the location of this file upstream for auto-updates
|
||||||
|
## blurb: A description of this theme. This must be the
|
||||||
|
## last item in the metadata and can continue over multiple lines.
|
||||||
|
|
||||||
cursor #E40046
|
#: All the settings below are colors, which you can choose to modify, or use the
|
||||||
cursor_text_color #5018DD
|
#: defaults. You can also add non-color based settings if needed but note that
|
||||||
|
#: these will not work with using kitty @ set-colors with this theme. For a
|
||||||
|
#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
|
||||||
|
|
||||||
url_color #F50505
|
#: The basic colors
|
||||||
|
|
||||||
active_border_color #E40046
|
foreground #d6abab
|
||||||
inactive_border_color #5018DD
|
background #000000
|
||||||
bell_border_color #F50505
|
selection_foreground #E40046
|
||||||
visual_bell_color #F50505
|
selection_background #5018dd
|
||||||
|
|
||||||
active_tab_foreground #5018DD
|
|
||||||
active_tab_background #E40046
|
|
||||||
inactive_tab_foreground #E40046
|
|
||||||
inactive_tab_background #5018DD
|
|
||||||
|
|
||||||
mark1_foreground #1A1A1A
|
#: Cursor colors
|
||||||
mark1_background #E40046
|
|
||||||
mark2_foreground #1A1A1A
|
cursor #E40046
|
||||||
mark2_background #5018DD
|
cursor_text_color #5018dd
|
||||||
mark3_foreground #1A1A1A
|
|
||||||
mark3_background #F50505
|
|
||||||
|
#: URL underline color when hovering with mouse
|
||||||
|
|
||||||
|
url_color #f50505
|
||||||
|
|
||||||
|
|
||||||
|
#: kitty window border colors and terminal bell colors
|
||||||
|
|
||||||
|
# active_border_color #00ff00
|
||||||
|
# inactive_border_color #cccccc
|
||||||
|
# bell_border_color #ff5a00
|
||||||
|
# visual_bell_color none
|
||||||
|
|
||||||
|
|
||||||
|
#: OS Window titlebar colors
|
||||||
|
|
||||||
|
# wayland_titlebar_color system
|
||||||
|
# macos_titlebar_color system
|
||||||
|
|
||||||
|
|
||||||
|
#: Tab bar colors
|
||||||
|
|
||||||
|
active_tab_foreground #5018dd
|
||||||
|
active_tab_background #E40046
|
||||||
|
inactive_tab_foreground #E40046
|
||||||
|
inactive_tab_background #5018dd
|
||||||
|
# tab_bar_background none
|
||||||
|
# tab_bar_margin_color none
|
||||||
|
|
||||||
|
|
||||||
|
#: Colors for marks (marked text in the terminal)
|
||||||
|
|
||||||
|
# mark1_foreground black
|
||||||
|
# mark1_background #98d3cb
|
||||||
|
# mark2_foreground black
|
||||||
|
# mark2_background #f2dcd3
|
||||||
|
# mark3_foreground black
|
||||||
|
# mark3_background #f274bc
|
||||||
|
|
||||||
|
|
||||||
|
#: The basic 16 colors
|
||||||
|
|
||||||
#: black
|
#: black
|
||||||
color0 #1A1A1A
|
# color0 #000000
|
||||||
color8 #4B3A55
|
# color8 #767676
|
||||||
|
|
||||||
#: red
|
#: red
|
||||||
color1 #E40046
|
# color1 #cc0403
|
||||||
color9 #F50505
|
# color9 #f2201f
|
||||||
|
|
||||||
#: green
|
#: green
|
||||||
color2 #33E6A0
|
# color2 #19cb00
|
||||||
color10 #5CFFC2
|
# color10 #23fd00
|
||||||
|
|
||||||
#: yellow
|
#: yellow
|
||||||
color3 #E8B23D
|
# color3 #cecb00
|
||||||
color11 #FFD873
|
# color11 #fffd00
|
||||||
|
|
||||||
#: blue
|
#: blue
|
||||||
color4 #5018DD
|
# color4 #0d73cc
|
||||||
color12 #8C6FFF
|
# color12 #1a8fff
|
||||||
|
|
||||||
#: magenta
|
#: magenta
|
||||||
color5 #A6178C
|
# color5 #cb1ed1
|
||||||
color13 #FF5FC0
|
# color13 #fd28ff
|
||||||
|
|
||||||
#: cyan
|
#: cyan
|
||||||
color6 #34C6C6
|
# color6 #0dcdcd
|
||||||
color14 #6FF5F0
|
# color14 #14ffff
|
||||||
|
|
||||||
#: white
|
#: white
|
||||||
color7 #D6ABAB
|
# color7 #dddddd
|
||||||
color15 #F2DEDE
|
# color15 #ffffff
|
||||||
|
|
||||||
|
|
||||||
|
#: You can set the remaining 240 colors as color16 to color255.
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,9 @@ shell_integration no-cursor
|
||||||
cursor_shape beam
|
cursor_shape beam
|
||||||
cursor_beam_thickness 2
|
cursor_beam_thickness 2
|
||||||
cursor_trail 3
|
cursor_trail 3
|
||||||
|
cursor_text_color #E40046
|
||||||
cursor_trail_decay 0.1 0.7
|
cursor_trail_decay 0.1 0.7
|
||||||
|
cursor #5018dd
|
||||||
cursor_trail_start_threshold 0
|
cursor_trail_start_threshold 0
|
||||||
cursor_blink_interval -1
|
cursor_blink_interval -1
|
||||||
window_padding_width 4
|
window_padding_width 4
|
||||||
|
|
@ -22,6 +24,11 @@ map ctrl+f2 new_tab
|
||||||
map ctrl+f3 close_tab
|
map ctrl+f3 close_tab
|
||||||
|
|
||||||
tab_bar_style powerline
|
tab_bar_style powerline
|
||||||
|
# active_tab_foreground #5018dd
|
||||||
|
# active_tab_background #E40046
|
||||||
|
# inactive_tab_foreground #E40046
|
||||||
|
# inactive_tab_background #5018dd
|
||||||
|
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Cyberqueer
|
# Cyberqueer
|
||||||
|
|
|
||||||
|
|
@ -1,65 +1,106 @@
|
||||||
# CyberQueer — kitty theme
|
# vim:ft=kitty
|
||||||
# Base 5 colors mirror ~/Dotfiles/colors.conf (COLOR_TEXT/BG/HIGHLIGHT/DARK/RED,
|
#: This is a template that can be used to create new kitty themes.
|
||||||
# same values as orbit-menu/astro-menu/station-bar/beacon's _colors.css). The
|
#: Theme files should start with a metadata block consisting of
|
||||||
# green/yellow/magenta/cyan slots are new neon tints kept in the same
|
#: lines beginning with ##. All metadata fields are optional.
|
||||||
# violet/crimson family so git/ls/syntax highlighting stay legible instead of
|
|
||||||
# clashing with the rest of the palette.
|
|
||||||
|
|
||||||
foreground #D6ABAB
|
## name: The name of the theme (if not present, derived from filename)
|
||||||
background #1A1A1A
|
## author: The name of the theme author
|
||||||
selection_foreground #E40046
|
## license: The license information
|
||||||
selection_background #5018DD
|
## upstream: A URL pointing to the location of this file upstream for auto-updates
|
||||||
|
## blurb: A description of this theme. This must be the
|
||||||
|
## last item in the metadata and can continue over multiple lines.
|
||||||
|
|
||||||
cursor #E40046
|
#: All the settings below are colors, which you can choose to modify, or use the
|
||||||
cursor_text_color #5018DD
|
#: defaults. You can also add non-color based settings if needed but note that
|
||||||
|
#: these will not work with using kitty @ set-colors with this theme. For a
|
||||||
|
#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
|
||||||
|
|
||||||
url_color #F50505
|
#: The basic colors
|
||||||
|
|
||||||
active_border_color #E40046
|
foreground #d6abab
|
||||||
inactive_border_color #5018DD
|
background #000000
|
||||||
bell_border_color #F50505
|
selection_foreground #E40046
|
||||||
visual_bell_color #F50505
|
selection_background #5018dd
|
||||||
|
|
||||||
active_tab_foreground #5018DD
|
|
||||||
active_tab_background #E40046
|
|
||||||
inactive_tab_foreground #E40046
|
|
||||||
inactive_tab_background #5018DD
|
|
||||||
|
|
||||||
mark1_foreground #1A1A1A
|
#: Cursor colors
|
||||||
mark1_background #E40046
|
|
||||||
mark2_foreground #1A1A1A
|
cursor #E40046
|
||||||
mark2_background #5018DD
|
cursor_text_color #5018dd
|
||||||
mark3_foreground #1A1A1A
|
|
||||||
mark3_background #F50505
|
|
||||||
|
#: URL underline color when hovering with mouse
|
||||||
|
|
||||||
|
url_color #f50505
|
||||||
|
|
||||||
|
|
||||||
|
#: kitty window border colors and terminal bell colors
|
||||||
|
|
||||||
|
# active_border_color #00ff00
|
||||||
|
# inactive_border_color #cccccc
|
||||||
|
# bell_border_color #ff5a00
|
||||||
|
# visual_bell_color none
|
||||||
|
|
||||||
|
|
||||||
|
#: OS Window titlebar colors
|
||||||
|
|
||||||
|
# wayland_titlebar_color system
|
||||||
|
# macos_titlebar_color system
|
||||||
|
|
||||||
|
|
||||||
|
#: Tab bar colors
|
||||||
|
|
||||||
|
active_tab_foreground #5018dd
|
||||||
|
active_tab_background #E40046
|
||||||
|
inactive_tab_foreground #E40046
|
||||||
|
inactive_tab_background #5018dd
|
||||||
|
# tab_bar_background none
|
||||||
|
# tab_bar_margin_color none
|
||||||
|
|
||||||
|
|
||||||
|
#: Colors for marks (marked text in the terminal)
|
||||||
|
|
||||||
|
# mark1_foreground black
|
||||||
|
# mark1_background #98d3cb
|
||||||
|
# mark2_foreground black
|
||||||
|
# mark2_background #f2dcd3
|
||||||
|
# mark3_foreground black
|
||||||
|
# mark3_background #f274bc
|
||||||
|
|
||||||
|
|
||||||
|
#: The basic 16 colors
|
||||||
|
|
||||||
#: black
|
#: black
|
||||||
color0 #1A1A1A
|
# color0 #000000
|
||||||
color8 #4B3A55
|
# color8 #767676
|
||||||
|
|
||||||
#: red
|
#: red
|
||||||
color1 #E40046
|
# color1 #cc0403
|
||||||
color9 #F50505
|
# color9 #f2201f
|
||||||
|
|
||||||
#: green
|
#: green
|
||||||
color2 #33E6A0
|
# color2 #19cb00
|
||||||
color10 #5CFFC2
|
# color10 #23fd00
|
||||||
|
|
||||||
#: yellow
|
#: yellow
|
||||||
color3 #E8B23D
|
# color3 #cecb00
|
||||||
color11 #FFD873
|
# color11 #fffd00
|
||||||
|
|
||||||
#: blue
|
#: blue
|
||||||
color4 #5018DD
|
# color4 #0d73cc
|
||||||
color12 #8C6FFF
|
# color12 #1a8fff
|
||||||
|
|
||||||
#: magenta
|
#: magenta
|
||||||
color5 #A6178C
|
# color5 #cb1ed1
|
||||||
color13 #FF5FC0
|
# color13 #fd28ff
|
||||||
|
|
||||||
#: cyan
|
#: cyan
|
||||||
color6 #34C6C6
|
# color6 #0dcdcd
|
||||||
color14 #6FF5F0
|
# color14 #14ffff
|
||||||
|
|
||||||
#: white
|
#: white
|
||||||
color7 #D6ABAB
|
# color7 #dddddd
|
||||||
color15 #F2DEDE
|
# color15 #ffffff
|
||||||
|
|
||||||
|
|
||||||
|
#: You can set the remaining 240 colors as color16 to color255.
|
||||||
|
|
|
||||||
|
|
@ -1,65 +1,106 @@
|
||||||
# CyberQueer — kitty theme
|
# vim:ft=kitty
|
||||||
# Base 5 colors mirror ~/Dotfiles/colors.conf (COLOR_TEXT/BG/HIGHLIGHT/DARK/RED,
|
#: This is a template that can be used to create new kitty themes.
|
||||||
# same values as orbit-menu/astro-menu/station-bar/beacon's _colors.css). The
|
#: Theme files should start with a metadata block consisting of
|
||||||
# green/yellow/magenta/cyan slots are new neon tints kept in the same
|
#: lines beginning with ##. All metadata fields are optional.
|
||||||
# violet/crimson family so git/ls/syntax highlighting stay legible instead of
|
|
||||||
# clashing with the rest of the palette.
|
|
||||||
|
|
||||||
foreground #D6ABAB
|
## name: The name of the theme (if not present, derived from filename)
|
||||||
background #1A1A1A
|
## author: The name of the theme author
|
||||||
selection_foreground #E40046
|
## license: The license information
|
||||||
selection_background #5018DD
|
## upstream: A URL pointing to the location of this file upstream for auto-updates
|
||||||
|
## blurb: A description of this theme. This must be the
|
||||||
|
## last item in the metadata and can continue over multiple lines.
|
||||||
|
|
||||||
cursor #E40046
|
#: All the settings below are colors, which you can choose to modify, or use the
|
||||||
cursor_text_color #5018DD
|
#: defaults. You can also add non-color based settings if needed but note that
|
||||||
|
#: these will not work with using kitty @ set-colors with this theme. For a
|
||||||
|
#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
|
||||||
|
|
||||||
url_color #F50505
|
#: The basic colors
|
||||||
|
|
||||||
active_border_color #E40046
|
foreground #d6abab
|
||||||
inactive_border_color #5018DD
|
background #000000
|
||||||
bell_border_color #F50505
|
selection_foreground #E40046
|
||||||
visual_bell_color #F50505
|
selection_background #5018dd
|
||||||
|
|
||||||
active_tab_foreground #5018DD
|
|
||||||
active_tab_background #E40046
|
|
||||||
inactive_tab_foreground #E40046
|
|
||||||
inactive_tab_background #5018DD
|
|
||||||
|
|
||||||
mark1_foreground #1A1A1A
|
#: Cursor colors
|
||||||
mark1_background #E40046
|
|
||||||
mark2_foreground #1A1A1A
|
cursor #E40046
|
||||||
mark2_background #5018DD
|
cursor_text_color #5018dd
|
||||||
mark3_foreground #1A1A1A
|
|
||||||
mark3_background #F50505
|
|
||||||
|
#: URL underline color when hovering with mouse
|
||||||
|
|
||||||
|
url_color #f50505
|
||||||
|
|
||||||
|
|
||||||
|
#: kitty window border colors and terminal bell colors
|
||||||
|
|
||||||
|
# active_border_color #00ff00
|
||||||
|
# inactive_border_color #cccccc
|
||||||
|
# bell_border_color #ff5a00
|
||||||
|
# visual_bell_color none
|
||||||
|
|
||||||
|
|
||||||
|
#: OS Window titlebar colors
|
||||||
|
|
||||||
|
# wayland_titlebar_color system
|
||||||
|
# macos_titlebar_color system
|
||||||
|
|
||||||
|
|
||||||
|
#: Tab bar colors
|
||||||
|
|
||||||
|
active_tab_foreground #5018dd
|
||||||
|
active_tab_background #E40046
|
||||||
|
inactive_tab_foreground #E40046
|
||||||
|
inactive_tab_background #5018dd
|
||||||
|
# tab_bar_background none
|
||||||
|
# tab_bar_margin_color none
|
||||||
|
|
||||||
|
|
||||||
|
#: Colors for marks (marked text in the terminal)
|
||||||
|
|
||||||
|
# mark1_foreground black
|
||||||
|
# mark1_background #98d3cb
|
||||||
|
# mark2_foreground black
|
||||||
|
# mark2_background #f2dcd3
|
||||||
|
# mark3_foreground black
|
||||||
|
# mark3_background #f274bc
|
||||||
|
|
||||||
|
|
||||||
|
#: The basic 16 colors
|
||||||
|
|
||||||
#: black
|
#: black
|
||||||
color0 #1A1A1A
|
# color0 #000000
|
||||||
color8 #4B3A55
|
# color8 #767676
|
||||||
|
|
||||||
#: red
|
#: red
|
||||||
color1 #E40046
|
# color1 #cc0403
|
||||||
color9 #F50505
|
# color9 #f2201f
|
||||||
|
|
||||||
#: green
|
#: green
|
||||||
color2 #33E6A0
|
# color2 #19cb00
|
||||||
color10 #5CFFC2
|
# color10 #23fd00
|
||||||
|
|
||||||
#: yellow
|
#: yellow
|
||||||
color3 #E8B23D
|
# color3 #cecb00
|
||||||
color11 #FFD873
|
# color11 #fffd00
|
||||||
|
|
||||||
#: blue
|
#: blue
|
||||||
color4 #5018DD
|
# color4 #0d73cc
|
||||||
color12 #8C6FFF
|
# color12 #1a8fff
|
||||||
|
|
||||||
#: magenta
|
#: magenta
|
||||||
color5 #A6178C
|
# color5 #cb1ed1
|
||||||
color13 #FF5FC0
|
# color13 #fd28ff
|
||||||
|
|
||||||
#: cyan
|
#: cyan
|
||||||
color6 #34C6C6
|
# color6 #0dcdcd
|
||||||
color14 #6FF5F0
|
# color14 #14ffff
|
||||||
|
|
||||||
#: white
|
#: white
|
||||||
color7 #D6ABAB
|
# color7 #dddddd
|
||||||
color15 #F2DEDE
|
# color15 #ffffff
|
||||||
|
|
||||||
|
|
||||||
|
#: You can set the remaining 240 colors as color16 to color255.
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,9 @@ shell_integration no-cursor
|
||||||
cursor_shape beam
|
cursor_shape beam
|
||||||
cursor_beam_thickness 2
|
cursor_beam_thickness 2
|
||||||
cursor_trail 3
|
cursor_trail 3
|
||||||
|
cursor_text_color #E40046
|
||||||
cursor_trail_decay 0.1 0.7
|
cursor_trail_decay 0.1 0.7
|
||||||
|
cursor #5018dd
|
||||||
cursor_trail_start_threshold 0
|
cursor_trail_start_threshold 0
|
||||||
cursor_blink_interval -1
|
cursor_blink_interval -1
|
||||||
window_padding_width 4
|
window_padding_width 4
|
||||||
|
|
@ -22,6 +24,11 @@ map ctrl+f2 new_tab
|
||||||
map ctrl+f3 close_tab
|
map ctrl+f3 close_tab
|
||||||
|
|
||||||
tab_bar_style powerline
|
tab_bar_style powerline
|
||||||
|
# active_tab_foreground #5018dd
|
||||||
|
# active_tab_background #E40046
|
||||||
|
# inactive_tab_foreground #E40046
|
||||||
|
# inactive_tab_background #5018dd
|
||||||
|
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Cyberqueer
|
# Cyberqueer
|
||||||
|
|
|
||||||
|
|
@ -1,65 +1,106 @@
|
||||||
# CyberQueer — kitty theme
|
# vim:ft=kitty
|
||||||
# Base 5 colors mirror ~/Dotfiles/colors.conf (COLOR_TEXT/BG/HIGHLIGHT/DARK/RED,
|
#: This is a template that can be used to create new kitty themes.
|
||||||
# same values as orbit-menu/astro-menu/station-bar/beacon's _colors.css). The
|
#: Theme files should start with a metadata block consisting of
|
||||||
# green/yellow/magenta/cyan slots are new neon tints kept in the same
|
#: lines beginning with ##. All metadata fields are optional.
|
||||||
# violet/crimson family so git/ls/syntax highlighting stay legible instead of
|
|
||||||
# clashing with the rest of the palette.
|
|
||||||
|
|
||||||
foreground #D6ABAB
|
## name: The name of the theme (if not present, derived from filename)
|
||||||
background #1A1A1A
|
## author: The name of the theme author
|
||||||
selection_foreground #E40046
|
## license: The license information
|
||||||
selection_background #5018DD
|
## upstream: A URL pointing to the location of this file upstream for auto-updates
|
||||||
|
## blurb: A description of this theme. This must be the
|
||||||
|
## last item in the metadata and can continue over multiple lines.
|
||||||
|
|
||||||
cursor #E40046
|
#: All the settings below are colors, which you can choose to modify, or use the
|
||||||
cursor_text_color #5018DD
|
#: defaults. You can also add non-color based settings if needed but note that
|
||||||
|
#: these will not work with using kitty @ set-colors with this theme. For a
|
||||||
|
#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
|
||||||
|
|
||||||
url_color #F50505
|
#: The basic colors
|
||||||
|
|
||||||
active_border_color #E40046
|
foreground #d6abab
|
||||||
inactive_border_color #5018DD
|
background #000000
|
||||||
bell_border_color #F50505
|
selection_foreground #E40046
|
||||||
visual_bell_color #F50505
|
selection_background #5018dd
|
||||||
|
|
||||||
active_tab_foreground #5018DD
|
|
||||||
active_tab_background #E40046
|
|
||||||
inactive_tab_foreground #E40046
|
|
||||||
inactive_tab_background #5018DD
|
|
||||||
|
|
||||||
mark1_foreground #1A1A1A
|
#: Cursor colors
|
||||||
mark1_background #E40046
|
|
||||||
mark2_foreground #1A1A1A
|
cursor #E40046
|
||||||
mark2_background #5018DD
|
cursor_text_color #5018dd
|
||||||
mark3_foreground #1A1A1A
|
|
||||||
mark3_background #F50505
|
|
||||||
|
#: URL underline color when hovering with mouse
|
||||||
|
|
||||||
|
url_color #f50505
|
||||||
|
|
||||||
|
|
||||||
|
#: kitty window border colors and terminal bell colors
|
||||||
|
|
||||||
|
# active_border_color #00ff00
|
||||||
|
# inactive_border_color #cccccc
|
||||||
|
# bell_border_color #ff5a00
|
||||||
|
# visual_bell_color none
|
||||||
|
|
||||||
|
|
||||||
|
#: OS Window titlebar colors
|
||||||
|
|
||||||
|
# wayland_titlebar_color system
|
||||||
|
# macos_titlebar_color system
|
||||||
|
|
||||||
|
|
||||||
|
#: Tab bar colors
|
||||||
|
|
||||||
|
active_tab_foreground #5018dd
|
||||||
|
active_tab_background #E40046
|
||||||
|
inactive_tab_foreground #E40046
|
||||||
|
inactive_tab_background #5018dd
|
||||||
|
# tab_bar_background none
|
||||||
|
# tab_bar_margin_color none
|
||||||
|
|
||||||
|
|
||||||
|
#: Colors for marks (marked text in the terminal)
|
||||||
|
|
||||||
|
# mark1_foreground black
|
||||||
|
# mark1_background #98d3cb
|
||||||
|
# mark2_foreground black
|
||||||
|
# mark2_background #f2dcd3
|
||||||
|
# mark3_foreground black
|
||||||
|
# mark3_background #f274bc
|
||||||
|
|
||||||
|
|
||||||
|
#: The basic 16 colors
|
||||||
|
|
||||||
#: black
|
#: black
|
||||||
color0 #1A1A1A
|
# color0 #000000
|
||||||
color8 #4B3A55
|
# color8 #767676
|
||||||
|
|
||||||
#: red
|
#: red
|
||||||
color1 #E40046
|
# color1 #cc0403
|
||||||
color9 #F50505
|
# color9 #f2201f
|
||||||
|
|
||||||
#: green
|
#: green
|
||||||
color2 #33E6A0
|
# color2 #19cb00
|
||||||
color10 #5CFFC2
|
# color10 #23fd00
|
||||||
|
|
||||||
#: yellow
|
#: yellow
|
||||||
color3 #E8B23D
|
# color3 #cecb00
|
||||||
color11 #FFD873
|
# color11 #fffd00
|
||||||
|
|
||||||
#: blue
|
#: blue
|
||||||
color4 #5018DD
|
# color4 #0d73cc
|
||||||
color12 #8C6FFF
|
# color12 #1a8fff
|
||||||
|
|
||||||
#: magenta
|
#: magenta
|
||||||
color5 #A6178C
|
# color5 #cb1ed1
|
||||||
color13 #FF5FC0
|
# color13 #fd28ff
|
||||||
|
|
||||||
#: cyan
|
#: cyan
|
||||||
color6 #34C6C6
|
# color6 #0dcdcd
|
||||||
color14 #6FF5F0
|
# color14 #14ffff
|
||||||
|
|
||||||
#: white
|
#: white
|
||||||
color7 #D6ABAB
|
# color7 #dddddd
|
||||||
color15 #F2DEDE
|
# color15 #ffffff
|
||||||
|
|
||||||
|
|
||||||
|
#: You can set the remaining 240 colors as color16 to color255.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue