breaking: update generated themes

make sure to copy the new configs
This commit is contained in:
Michael Chris Lopez
2021-09-16 19:23:31 +08:00
parent 98ad267fc8
commit dae9b1ded1
6 changed files with 37 additions and 37 deletions

View File

@@ -8,7 +8,7 @@ colors:
normal:
black: '#F0EDEC'
red: '#A8334C'
green: '#617437'
green: '#4F6C31'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
@@ -16,11 +16,11 @@ colors:
white: '#2C363C'
# Bright colors
bright:
black: '#DCD2CE'
red: '#9C2842'
green: '#55672A'
yellow: '#87411E'
blue: '#1F5A7A'
magenta: '#864079'
cyan: '#2F7C85'
white: '#44525B'
black: '#CFC1BA'
red: '#94253E'
green: '#3F5A22'
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'
cyan: '#2B747C'
white: '#4F5E68'

View File

@@ -8,7 +8,7 @@ background #F0EDEC
foreground #2C363C
selection_background #D2DFE7
selection_foreground #2C363C
url_color #1F5A7A
url_color #1D5573
cursor #2C363C
# Tabs
@@ -21,7 +21,7 @@ inactive_tab_foreground #2C363C
# normal
color0 #F0EDEC
color1 #A8334C
color2 #617437
color2 #4F6C31
color3 #944927
color4 #286486
color5 #88507D
@@ -29,11 +29,11 @@ color6 #3B8992
color7 #2C363C
# bright
color8 #DCD2CE
color9 #9C2842
color10 #55672A
color11 #87411E
color12 #1F5A7A
color13 #864079
color14 #2F7C85
color15 #44525B
color8 #CFC1BA
color9 #94253E
color10 #3F5A22
color11 #803D1C
color12 #1D5573
color13 #7B3B70
color14 #2B747C
color15 #4F5E68

View File

@@ -8,5 +8,5 @@ cursor_fg = "#F2F0EF"
selection_bg = "#D2DFE7"
selection_fg = "#2C363C"
ansi = ["#F0EDEC", "#A8334C", "#617437", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"]
brights = ["#DCD2CE", "#9C2842", "#55672A", "#87411E", "#1F5A7A", "#864079", "#2F7C85", "#44525B"]
ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"]
brights = ["#CFC1BA", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#4F5E68"]