update build to derive term colors
This commit is contained in:
@@ -19,7 +19,7 @@ colors:
|
||||
bright:
|
||||
black: '#B3C6B6'
|
||||
red: '#94253E'
|
||||
green: '#466522'
|
||||
green: '#3F5A22'
|
||||
yellow: '#803D1C'
|
||||
blue: '#1D5573'
|
||||
magenta: '#7B3B70'
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -32,7 +32,7 @@ color7 #202E18
|
||||
# bright
|
||||
color8 #B3C6B6
|
||||
color9 #94253E
|
||||
color10 #466522
|
||||
color10 #3F5A22
|
||||
color11 #803D1C
|
||||
color12 #1D5573
|
||||
color13 #7B3B70
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user