chore: rebuild artifacts

This commit is contained in:
github-actions[bot]
2021-11-14 04:09:37 +00:00
parent b9a25c4d0f
commit 26776f5977
35 changed files with 309 additions and 237 deletions

View File

@@ -1,11 +1,11 @@
# This file is auto-generated by shipwright.nvim
colors:
primary:
foreground: '#E2E2E2'
foreground: '#DDDDDD'
background: '#4B4B4B'
cursor:
cursor: '#4B4B4B'
text: '#E8E8E8'
text: '#E2E2E2'
normal:
black: '#4B4B4B'
red: '#E388A3'
@@ -14,7 +14,7 @@ colors:
blue: '#97BDDE'
magenta: '#A5A6C5'
cyan: '#6FBDBE'
white: '#E2E2E2'
white: '#DDDDDD'
bright:
black: '#6C6465'
red: '#EB99B1'
@@ -23,4 +23,4 @@ colors:
blue: '#A2C8E9'
magenta: '#B2B3DA'
cyan: '#6BCACB'
white: '#ABABAB'
white: '#A8A8A8'

View File

@@ -98,13 +98,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.6705882352941176</real>
<real>0.6588235294117647</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6705882352941176</real>
<real>0.6588235294117647</real>
<key>Red Component</key>
<real>0.6705882352941176</real>
<real>0.6588235294117647</real>
</dict>
<key>Ansi 2 Color</key>
<dict>
@@ -176,13 +176,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.8862745098039215</real>
<real>0.8666666666666667</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8862745098039215</real>
<real>0.8666666666666667</real>
<key>Red Component</key>
<real>0.8862745098039215</real>
<real>0.8666666666666667</real>
</dict>
<key>Ansi 8 Color</key>
<dict>
@@ -254,13 +254,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9098039215686274</real>
<real>0.8862745098039215</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.9098039215686274</real>
<real>0.8862745098039215</real>
<key>Red Component</key>
<real>0.9098039215686274</real>
<real>0.8862745098039215</real>
</dict>
<key>Cursor Guide Color</key>
<dict>
@@ -293,13 +293,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.8862745098039215</real>
<real>0.8666666666666667</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8862745098039215</real>
<real>0.8666666666666667</real>
<key>Red Component</key>
<real>0.8862745098039215</real>
<real>0.8666666666666667</real>
</dict>
<key>Link Color</key>
<dict>
@@ -319,13 +319,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.8862745098039215</real>
<real>0.8666666666666667</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8862745098039215</real>
<real>0.8666666666666667</real>
<key>Red Component</key>
<real>0.8862745098039215</real>
<real>0.8666666666666667</real>
</dict>
<key>Selection Color</key>
<dict>

View File

@@ -4,20 +4,20 @@
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_dark.conf
foreground #E2E2E2
foreground #DDDDDD
background #4B4B4B
selection_foreground #E2E2E2
selection_foreground #DDDDDD
selection_background #777777
# Cursor colors
cursor #E8E8E8
cursor #E2E2E2
cursor_text_color #4B4B4B
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #E2E2E2
active_tab_foreground #DDDDDD
active_tab_background #8283AD
inactive_tab_foreground #E2E2E2
inactive_tab_foreground #DDDDDD
inactive_tab_background #666666
# Colors for marks (marked text in the terminal)
# The basic 16 colors
@@ -43,6 +43,6 @@ color13 #B2B3DA
color6 #6FBDBE
color14 #6BCACB
# white
color7 #E2E2E2
color15 #ABABAB
color7 #DDDDDD
color15 #A8A8A8
# You can set the remaining 240 colors as color16 to color255.

View File

@@ -1,9 +1,9 @@
# This file is auto-generated by shipwright.nvim
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 status-style fg='#A5A6C5',bg='#DDDDDD'
set -g window-status-current-style fg='#A5A6C5',bg='#E2E2E2',bold
set -g window-status-current-style fg='#A5A6C5',bg='#DDDDDD',bold
set -g pane-border-style fg='#A5A6C5'
set -g pane-active-border-style fg='#A5A6C5'

View File

@@ -1,11 +1,11 @@
# This file is auto-generated by shipwright.nvim
[colors]
foreground = "#E2E2E2"
foreground = "#DDDDDD"
background = "#4B4B4B"
cursor_fg = "#4B4B4B"
cursor_bg = "#E8E8E8"
cursor_bg = "#E2E2E2"
cursor_border = "#4B4B4B"
selection_fg = "#E2E2E2"
selection_fg = "#DDDDDD"
selection_bg = "#777777"
ansi = ["#4B4B4B", "#E388A3", "#98BD99", "#FFDF9B", "#97BDDE", "#A5A6C5", "#6FBDBE", "#E2E2E2"]
brights = ["#6C6465", "#EB99B1", "#8FCD92", "#FFE5B3", "#A2C8E9", "#B2B3DA", "#6BCACB", "#ABABAB"]
ansi = ["#4B4B4B", "#E388A3", "#98BD99", "#FFDF9B", "#97BDDE", "#A5A6C5", "#6FBDBE", "#DDDDDD"]
brights = ["#6C6465", "#EB99B1", "#8FCD92", "#FFE5B3", "#A2C8E9", "#B2B3DA", "#6BCACB", "#A8A8A8"]