chore: rebuild artifacts
This commit is contained in:
@@ -12,7 +12,7 @@ colors:
|
||||
green: '#98BD99'
|
||||
yellow: '#FFDF9B'
|
||||
blue: '#97BDDE'
|
||||
magenta: '#9A9BBD'
|
||||
magenta: '#A5A6C5'
|
||||
cyan: '#6FBDBE'
|
||||
white: '#E2E2E2'
|
||||
bright:
|
||||
@@ -21,6 +21,6 @@ colors:
|
||||
green: '#8FCD92'
|
||||
yellow: '#FFE5B3'
|
||||
blue: '#A2C8E9'
|
||||
magenta: '#A9AAD6'
|
||||
magenta: '#B2B3DA'
|
||||
cyan: '#6BCACB'
|
||||
white: '#ABABAB'
|
||||
|
||||
@@ -72,13 +72,13 @@
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<real>0.8549019607843137</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.6666666666666666</real>
|
||||
<real>0.7019607843137254</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6627450980392157</real>
|
||||
<real>0.6980392156862745</real>
|
||||
</dict>
|
||||
<key>Ansi 14 Color</key>
|
||||
<dict>
|
||||
@@ -150,13 +150,13 @@
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7411764705882353</real>
|
||||
<real>0.7725490196078432</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.6078431372549019</real>
|
||||
<real>0.6509803921568628</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6039215686274509</real>
|
||||
<real>0.6470588235294118</real>
|
||||
</dict>
|
||||
<key>Ansi 6 Color</key>
|
||||
<dict>
|
||||
|
||||
@@ -37,8 +37,8 @@ color11 #FFE5B3
|
||||
color4 #97BDDE
|
||||
color12 #A2C8E9
|
||||
# magenta
|
||||
color5 #9A9BBD
|
||||
color13 #A9AAD6
|
||||
color5 #A5A6C5
|
||||
color13 #B2B3DA
|
||||
# cyan
|
||||
color6 #6FBDBE
|
||||
color14 #6BCACB
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# This file is auto-generated by shipwright.nvim
|
||||
set -g status-left ' #[fg=#9A9BBD,bold]#{s/root//:client_key_table} '
|
||||
set -g status-right '#[fg=#9A9BBD,bold] [#S]#[fg=#9A9BBD,bold] [%d/%m] #[fg=#9A9BBD,bold][%I:%M%p] '
|
||||
set -g status-style fg='#9A9BBD',bg='#E2E2E2'
|
||||
set -g status-left ' #[fg=#A5A6C5,bold]#{s/root//:client_key_table} '
|
||||
set -g status-right '#[fg=#A5A6C5,bold] [#S]#[fg=#A5A6C5,bold] [%d/%m] #[fg=#A5A6C5,bold][%I:%M%p] '
|
||||
set -g status-style fg='#A5A6C5',bg='#E2E2E2'
|
||||
|
||||
set -g window-status-current-style fg='#9A9BBD',bg='#E2E2E2',bold
|
||||
set -g window-status-current-style fg='#A5A6C5',bg='#E2E2E2',bold
|
||||
|
||||
set -g pane-border-style fg='#9A9BBD'
|
||||
set -g pane-active-border-style fg='#9A9BBD'
|
||||
set -g pane-border-style fg='#A5A6C5'
|
||||
set -g pane-active-border-style fg='#A5A6C5'
|
||||
|
||||
set -g message-style fg='#4B4B4B',bg='#777777'
|
||||
|
||||
set -g display-panes-active-colour '#9A9BBD'
|
||||
set -g display-panes-colour '#9A9BBD'
|
||||
set -g display-panes-active-colour '#A5A6C5'
|
||||
set -g display-panes-colour '#A5A6C5'
|
||||
|
||||
set -g clock-mode-colour '#9A9BBD'
|
||||
set -g clock-mode-colour '#A5A6C5'
|
||||
|
||||
set -g mode-style fg='#4B4B4B',bg='#777777'
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@ cursor_bg = "#E8E8E8"
|
||||
cursor_border = "#4B4B4B"
|
||||
selection_fg = "#E2E2E2"
|
||||
selection_bg = "#777777"
|
||||
ansi = ["#4B4B4B", "#E388A3", "#98BD99", "#FFDF9B", "#97BDDE", "#9A9BBD", "#6FBDBE", "#E2E2E2"]
|
||||
brights = ["#6C6465", "#EB99B1", "#8FCD92", "#FFE5B3", "#A2C8E9", "#A9AAD6", "#6BCACB", "#ABABAB"]
|
||||
ansi = ["#4B4B4B", "#E388A3", "#98BD99", "#FFDF9B", "#97BDDE", "#A5A6C5", "#6FBDBE", "#E2E2E2"]
|
||||
brights = ["#6C6465", "#EB99B1", "#8FCD92", "#FFE5B3", "#A2C8E9", "#B2B3DA", "#6BCACB", "#ABABAB"]
|
||||
|
||||
Reference in New Issue
Block a user