update build to derive term colors

This commit is contained in:
Michael Chris Lopez
2021-10-10 13:43:40 +08:00
parent 79d7ffd17f
commit 8e9a4cbd91
13 changed files with 83 additions and 93 deletions

View File

@@ -19,7 +19,7 @@ colors:
bright:
black: '#B3C6B6'
red: '#94253E'
green: '#466522'
green: '#3F5A22'
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'

View File

@@ -37,9 +37,9 @@
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.3960784313725490</real>
<real>0.3529411764705883</real>
<key>Red Component</key>
<real>0.2745098039215687</real>
<real>0.2470588235294118</real>
</dict>
<key>Ansi 11 Color</key>
<dict>

View File

@@ -32,7 +32,7 @@ color7 #202E18
# bright
color8 #B3C6B6
color9 #94253E
color10 #466522
color10 #3F5A22
color11 #803D1C
color12 #1D5573
color13 #7B3B70

View File

@@ -10,4 +10,4 @@ selection_bg = "#B1EA90"
selection_fg = "#202E18"
ansi = ["#E5EDE6", "#A8334C", "#567A30", "#944927", "#286486", "#88507D", "#3B8992", "#202E18"]
brights = ["#B3C6B6", "#94253E", "#466522", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#415934"]
brights = ["#B3C6B6", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#415934"]