fix: invert_colors Fixes #265

This commit is contained in:
Folke Lemaitre
2022-11-11 07:23:27 +01:00
parent a6d34b4e6d
commit 45cdc3888a
20 changed files with 439 additions and 438 deletions

View File

@@ -2,33 +2,33 @@
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x1a1b26' background: '0xe1e2e7'
foreground: '0xc0caf5' foreground: '0x3760bf'
# Normal colors # Normal colors
normal: normal:
black: '0x15161e' black: '0xe9e9ed'
red: '0xf7768e' red: '0xf52a65'
green: '0x9ece6a' green: '0x587539'
yellow: '0xe0af68' yellow: '0x8c6c3e'
blue: '0x7aa2f7' blue: '0x2e7de9'
magenta: '0xbb9af7' magenta: '0x9854f1'
cyan: '0x7dcfff' cyan: '0x007197'
white: '0xa9b1d6' white: '0x6172b0'
# Bright colors # Bright colors
bright: bright:
black: '0x414868' black: '0xa1a6c5'
red: '0xf7768e' red: '0xf52a65'
green: '0x9ece6a' green: '0x587539'
yellow: '0xe0af68' yellow: '0x8c6c3e'
blue: '0x7aa2f7' blue: '0x2e7de9'
magenta: '0xbb9af7' magenta: '0x9854f1'
cyan: '0x7dcfff' cyan: '0x007197'
white: '0xc0caf5' white: '0x3760bf'
indexed_colors: indexed_colors:
- { index: 16, color: '0xff9e64' } - { index: 16, color: '0xb15c00' }
- { index: 17, color: '0xdb4b4b' } - { index: 17, color: '0xc64343' }

View File

@@ -1,12 +1,12 @@
[delta] [delta]
minus-style = syntax "#37222c" minus-style = syntax "#dfccd4"
minus-non-emph-style = syntax "#37222c" minus-non-emph-style = syntax "#dfccd4"
minus-emph-style = syntax "#713137" minus-emph-style = syntax "#672d33"
minus-empty-line-marker-style = syntax "#37222c" minus-empty-line-marker-style = syntax "#dfccd4"
line-numbers-minus-style = "#b2555b" line-numbers-minus-style = "#b2555b"
plus-style = syntax "#20303b" plus-style = syntax "#aecde6"
plus-non-emph-style = syntax "#20303b" plus-non-emph-style = syntax "#aecde6"
plus-emph-style = syntax "#2c5a66" plus-emph-style = syntax "#28505c"
plus-empty-line-marker-style = syntax "#20303b" plus-empty-line-marker-style = syntax "#aecde6"
line-numbers-plus-style = "#266d6a" line-numbers-plus-style = "#266d6a"
line-numbers-zero-style = "#3b4261" line-numbers-zero-style = "#a8aecb"

View File

@@ -3,10 +3,10 @@
minus-non-emph-style = syntax "#37222c" minus-non-emph-style = syntax "#37222c"
minus-emph-style = syntax "#713137" minus-emph-style = syntax "#713137"
minus-empty-line-marker-style = syntax "#37222c" minus-empty-line-marker-style = syntax "#37222c"
line-numbers-minus-style = "#b2555b" line-numbers-minus-style = "#c25d64"
plus-style = syntax "#20303b" plus-style = syntax "#20303b"
plus-non-emph-style = syntax "#20303b" plus-non-emph-style = syntax "#20303b"
plus-emph-style = syntax "#2c5a66" plus-emph-style = syntax "#2c5a66"
plus-empty-line-marker-style = syntax "#20303b" plus-empty-line-marker-style = syntax "#20303b"
line-numbers-plus-style = "#266d6a" line-numbers-plus-style = "#399a96"
line-numbers-zero-style = "#3b4261" line-numbers-zero-style = "#3b4261"

View File

@@ -1,14 +1,14 @@
# TokyoNight Color Palette # TokyoNight Color Palette
set -l foreground c0caf5 set -l foreground 3760bf
set -l selection 33467c set -l selection 99a7df
set -l comment 565f89 set -l comment 848cb5
set -l red f7768e set -l red f52a65
set -l orange ff9e64 set -l orange b15c00
set -l yellow e0af68 set -l yellow 8c6c3e
set -l green 9ece6a set -l green 587539
set -l purple 9d7cd8 set -l purple 7847bd
set -l cyan 7dcfff set -l cyan 007197
set -l pink bb9af7 set -l pink 9854f1
# Syntax Highlighting Colors # Syntax Highlighting Colors
set -g fish_color_normal $foreground set -g fish_color_normal $foreground

View File

@@ -1,30 +1,30 @@
[cursor] [cursor]
color=c0caf5 33467c color=3760bf 99a7df
[colors] [colors]
foreground=c0caf5 foreground=3760bf
background=1a1b26 background=e1e2e7
selection-foreground=c0caf5 selection-foreground=3760bf
selection-background=33467c selection-background=99a7df
urls=73daca urls=387068
regular0=15161e regular0=e9e9ed
regular1=f7768e regular1=f52a65
regular2=9ece6a regular2=587539
regular3=e0af68 regular3=8c6c3e
regular4=7aa2f7 regular4=2e7de9
regular5=bb9af7 regular5=9854f1
regular6=7dcfff regular6=007197
regular7=a9b1d6 regular7=6172b0
bright0=414868 bright0=a1a6c5
bright1=f7768e bright1=f52a65
bright2=9ece6a bright2=587539
bright3=e0af68 bright3=8c6c3e
bright4=7aa2f7 bright4=2e7de9
bright5=bb9af7 bright5=9854f1
bright6=7dcfff bright6=007197
bright7=c0caf5 bright7=3760bf
16=ff9e64 16=b15c00
17=db4b4b 17=c64343

View File

@@ -7,221 +7,221 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.1176470588235294</real> <real>0.9294117647058824</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.0862745098039216</real> <real>0.9137254901960784</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.0823529411764706</real> <real>0.9137254901960784</real>
</dict> </dict>
<key>Ansi 1 Color</key> <key>Ansi 1 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.5568627450980392</real> <real>0.3960784313725490</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.4627450980392157</real> <real>0.1647058823529412</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.9686274509803922</real> <real>0.9607843137254902</real>
</dict> </dict>
<key>Ansi 10 Color</key> <key>Ansi 10 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.4156862745098039</real> <real>0.2235294117647059</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.8078431372549020</real> <real>0.4588235294117647</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.6196078431372549</real> <real>0.3450980392156863</real>
</dict> </dict>
<key>Ansi 11 Color</key> <key>Ansi 11 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.4078431372549020</real> <real>0.2431372549019608</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6862745098039216</real> <real>0.4235294117647059</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.8784313725490196</real> <real>0.5490196078431373</real>
</dict> </dict>
<key>Ansi 12 Color</key> <key>Ansi 12 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.9686274509803922</real> <real>0.9137254901960784</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6352941176470588</real> <real>0.4901960784313725</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.4784313725490196</real> <real>0.1803921568627451</real>
</dict> </dict>
<key>Ansi 13 Color</key> <key>Ansi 13 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.9686274509803922</real> <real>0.9450980392156862</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6039215686274509</real> <real>0.3294117647058823</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.7333333333333333</real> <real>0.5960784313725490</real>
</dict> </dict>
<key>Ansi 14 Color</key> <key>Ansi 14 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>1.0000000000000000</real> <real>0.5921568627450980</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.8117647058823529</real> <real>0.4431372549019608</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.4901960784313725</real> <real>0.0000000000000000</real>
</dict> </dict>
<key>Ansi 15 Color</key> <key>Ansi 15 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.9607843137254902</real> <real>0.7490196078431373</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.7921568627450980</real> <real>0.3764705882352941</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.7529411764705882</real> <real>0.2156862745098039</real>
</dict> </dict>
<key>Ansi 2 Color</key> <key>Ansi 2 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.4156862745098039</real> <real>0.2235294117647059</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.8078431372549020</real> <real>0.4588235294117647</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.6196078431372549</real> <real>0.3450980392156863</real>
</dict> </dict>
<key>Ansi 3 Color</key> <key>Ansi 3 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.4078431372549020</real> <real>0.2431372549019608</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6862745098039216</real> <real>0.4235294117647059</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.8784313725490196</real> <real>0.5490196078431373</real>
</dict> </dict>
<key>Ansi 4 Color</key> <key>Ansi 4 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.9686274509803922</real> <real>0.9137254901960784</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6352941176470588</real> <real>0.4901960784313725</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.4784313725490196</real> <real>0.1803921568627451</real>
</dict> </dict>
<key>Ansi 5 Color</key> <key>Ansi 5 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.9686274509803922</real> <real>0.9450980392156862</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6039215686274509</real> <real>0.3294117647058823</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.7333333333333333</real> <real>0.5960784313725490</real>
</dict> </dict>
<key>Ansi 6 Color</key> <key>Ansi 6 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>1.0000000000000000</real> <real>0.5921568627450980</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.8117647058823529</real> <real>0.4431372549019608</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.4901960784313725</real> <real>0.0000000000000000</real>
</dict> </dict>
<key>Ansi 7 Color</key> <key>Ansi 7 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.8392156862745098</real> <real>0.6901960784313725</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6941176470588235</real> <real>0.4470588235294118</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.6627450980392157</real> <real>0.3803921568627451</real>
</dict> </dict>
<key>Ansi 8 Color</key> <key>Ansi 8 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.4078431372549020</real> <real>0.7725490196078432</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.2823529411764706</real> <real>0.6509803921568628</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.2549019607843137</real> <real>0.6313725490196078</real>
</dict> </dict>
<key>Ansi 9 Color</key> <key>Ansi 9 Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.5568627450980392</real> <real>0.3960784313725490</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.4627450980392157</real> <real>0.1647058823529412</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.9686274509803922</real> <real>0.9607843137254902</real>
</dict> </dict>
<key>Background Color</key> <key>Background Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.1490196078431373</real> <real>0.9058823529411765</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.1058823529411765</real> <real>0.8862745098039215</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.1019607843137255</real> <real>0.8823529411764706</real>
</dict> </dict>
<key>Badge Color</key> <key>Badge Color</key>
<dict> <dict>
@@ -241,104 +241,104 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.6117647058823530</real> <real>0.4549019607843137</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.7372549019607844</real> <real>0.5490196078431373</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.1019607843137255</real> <real>0.0666666666666667</real>
</dict> </dict>
<key>Cursor Color</key> <key>Cursor Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.9607843137254902</real> <real>0.7490196078431373</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.7921568627450980</real> <real>0.3764705882352941</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.7529411764705882</real> <real>0.2156862745098039</real>
</dict> </dict>
<key>Cursor Guide Color</key> <key>Cursor Guide Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>0.25</real> <real>0.25</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.9607843137254902</real> <real>0.7490196078431373</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.7921568627450980</real> <real>0.3764705882352941</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.7529411764705882</real> <real>0.2156862745098039</real>
</dict> </dict>
<key>Cursor Text Color</key> <key>Cursor Text Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.1490196078431373</real> <real>0.9058823529411765</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.1058823529411765</real> <real>0.8862745098039215</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.1019607843137255</real> <real>0.8823529411764706</real>
</dict> </dict>
<key>Foreground Color</key> <key>Foreground Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.9607843137254902</real> <real>0.7490196078431373</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.7921568627450980</real> <real>0.3764705882352941</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.7529411764705882</real> <real>0.2156862745098039</real>
</dict> </dict>
<key>Link Color</key> <key>Link Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.7921568627450980</real> <real>0.4078431372549020</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.8549019607843137</real> <real>0.4392156862745098</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.4509803921568628</real> <real>0.2196078431372549</real>
</dict> </dict>
<key>Selected Text Color</key> <key>Selected Text Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.9607843137254902</real> <real>0.7490196078431373</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.7921568627450980</real> <real>0.3764705882352941</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.7529411764705882</real> <real>0.2156862745098039</real>
</dict> </dict>
<key>Selection Color</key> <key>Selection Color</key>
<dict> <dict>
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.4862745098039216</real> <real>0.8745098039215686</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.2745098039215687</real> <real>0.6549019607843137</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.2000000000000000</real> <real>0.6000000000000000</real>
</dict> </dict>
</dict> </dict>
</plist> </plist>

View File

@@ -6,45 +6,45 @@
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_day.conf ## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_day.conf
background #1a1b26 background #e1e2e7
foreground #c0caf5 foreground #3760bf
selection_background #33467c selection_background #99a7df
selection_foreground #c0caf5 selection_foreground #3760bf
url_color #73daca url_color #387068
cursor #c0caf5 cursor #3760bf
cursor_text_color #1a1b26 cursor_text_color #e1e2e7
# Tabs # Tabs
active_tab_background #7aa2f7 active_tab_background #2e7de9
active_tab_foreground #16161e active_tab_foreground #e9e9ec
inactive_tab_background #292e42 inactive_tab_background #c4c8da
inactive_tab_foreground #545c7e inactive_tab_foreground #8990b3
#tab_bar_background #15161e #tab_bar_background #e9e9ed
# Windows # Windows
active_border_color #7aa2f7 active_border_color #2e7de9
inactive_border_color #292e42 inactive_border_color #c4c8da
# normal # normal
color0 #15161e color0 #e9e9ed
color1 #f7768e color1 #f52a65
color2 #9ece6a color2 #587539
color3 #e0af68 color3 #8c6c3e
color4 #7aa2f7 color4 #2e7de9
color5 #bb9af7 color5 #9854f1
color6 #7dcfff color6 #007197
color7 #a9b1d6 color7 #6172b0
# bright # bright
color8 #414868 color8 #a1a6c5
color9 #f7768e color9 #f52a65
color10 #9ece6a color10 #587539
color11 #e0af68 color11 #8c6c3e
color12 #7aa2f7 color12 #2e7de9
color13 #bb9af7 color13 #9854f1
color14 #7dcfff color14 #007197
color15 #c0caf5 color15 #3760bf
# extended colors # extended colors
color16 #ff9e64 color16 #b15c00
color17 #db4b4b color17 #c64343

View File

@@ -1,66 +1,66 @@
local colors = { local colors = {
bg = "#1a1b26", bg = "#e1e2e7",
bg_dark = "#16161e", bg_dark = "#e9e9ec",
bg_float = "#16161e", bg_float = "#e9e9ec",
bg_highlight = "#292e42", bg_highlight = "#c4c8da",
bg_popup = "#16161e", bg_popup = "#e9e9ec",
bg_search = "#3d59a1", bg_search = "#7890dd",
bg_sidebar = "#16161e", bg_sidebar = "#e9e9ec",
bg_statusline = "#16161e", bg_statusline = "#e9e9ec",
bg_visual = "#33467c", bg_visual = "#99a7df",
black = "#15161e", black = "#e9e9ed",
blue = "#7aa2f7", blue = "#2e7de9",
blue0 = "#3d59a1", blue0 = "#7890dd",
blue1 = "#2ac3de", blue1 = "#188092",
blue2 = "#0db9d7", blue2 = "#07879d",
blue5 = "#89ddff", blue5 = "#006a83",
blue6 = "#b4f9f8", blue6 = "#2e5857",
blue7 = "#394b70", blue7 = "#92a6d5",
border = "#15161e", border = "#e9e9ed",
border_highlight = "#27a1b9", border_highlight = "#2496ac",
comment = "#565f89", comment = "#848cb5",
cyan = "#7dcfff", cyan = "#007197",
dark3 = "#545c7e", dark3 = "#8990b3",
dark5 = "#737aa2", dark5 = "#68709a",
diff = { diff = {
add = "#20303b", add = "#aecde6",
change = "#1f2231", change = "#d6d8e3",
delete = "#37222c", delete = "#dfccd4",
text = "#394b70" text = "#92a6d5"
}, },
error = "#db4b4b", error = "#c64343",
fg = "#c0caf5", fg = "#3760bf",
fg_dark = "#a9b1d6", fg_dark = "#6172b0",
fg_float = "#a9b1d6", fg_float = "#6172b0",
fg_gutter = "#3b4261", fg_gutter = "#a8aecb",
fg_sidebar = "#a9b1d6", fg_sidebar = "#6172b0",
git = { git = {
add = "#449dab", add = "#2c6c75",
change = "#6183bb", change = "#6183b9",
delete = "#914c54", delete = "#914c54",
ignore = "#545c7e" ignore = "#8990b3"
}, },
gitSigns = { gitSigns = {
add = "#266d6a", add = "#266d6a",
change = "#536c9e", change = "#526c9e",
delete = "#b2555b" delete = "#b2555b"
}, },
green = "#9ece6a", green = "#587539",
green1 = "#73daca", green1 = "#387068",
green2 = "#41a6b5", green2 = "#38919f",
hint = "#1abc9c", hint = "#118c74",
info = "#0db9d7", info = "#07879d",
magenta = "#bb9af7", magenta = "#9854f1",
magenta2 = "#ff007c", magenta2 = "#d20065",
none = "NONE", none = "NONE",
orange = "#ff9e64", orange = "#b15c00",
purple = "#9d7cd8", purple = "#7847bd",
red = "#f7768e", red = "#f52a65",
red1 = "#db4b4b", red1 = "#c64343",
teal = "#1abc9c", teal = "#118c74",
terminal_black = "#414868", terminal_black = "#a1a6c5",
warning = "#e0af68", warning = "#8c6c3e",
yellow = "#e0af68" yellow = "#8c6c3e"
} }
local highlights = { local highlights = {
@@ -198,7 +198,7 @@ local highlights = {
fg = "#f52a65" fg = "#f52a65"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#506d9c" fg = "#506d9b"
}, },
BufferTabpage = { BufferTabpage = {
bg = "#e9e9ec", bg = "#e9e9ec",
@@ -503,7 +503,7 @@ local highlights = {
fg = "#399a96" fg = "#399a96"
}, },
GitGutterChange = { GitGutterChange = {
fg = "#6482bd" fg = "#6382bd"
}, },
GitGutterDelete = { GitGutterDelete = {
fg = "#c25d64" fg = "#c25d64"
@@ -512,7 +512,7 @@ local highlights = {
fg = "#399a96" fg = "#399a96"
}, },
GitSignsChange = { GitSignsChange = {
fg = "#6482bd" fg = "#6382bd"
}, },
GitSignsDelete = { GitSignsDelete = {
fg = "#c25d64" fg = "#c25d64"
@@ -995,7 +995,7 @@ local highlights = {
}, },
NeogitDiffAddHighlight = { NeogitDiffAddHighlight = {
bg = "#aecde6", bg = "#aecde6",
fg = "#4197a4" fg = "#4097a3"
}, },
NeogitDiffContextHighlight = { NeogitDiffContextHighlight = {
bg = "#c3c6d8", bg = "#c3c6d8",
@@ -1244,16 +1244,16 @@ local highlights = {
}, },
NvimTreeFolderIcon = { NvimTreeFolderIcon = {
bg = "NONE", bg = "NONE",
fg = "#8c6c3e" fg = "#2e7de9"
}, },
NvimTreeGitDeleted = { NvimTreeGitDeleted = {
fg = "#c47981" fg = "#c47981"
}, },
NvimTreeGitDirty = { NvimTreeGitDirty = {
fg = "#506d9c" fg = "#506d9b"
}, },
NvimTreeGitNew = { NvimTreeGitNew = {
fg = "#4197a4" fg = "#4097a3"
}, },
NvimTreeImageFile = { NvimTreeImageFile = {
fg = "#6172b0" fg = "#6172b0"
@@ -1545,10 +1545,10 @@ local highlights = {
bg = "#e9e9ec" bg = "#e9e9ec"
}, },
diffAdded = { diffAdded = {
fg = "#4197a4" fg = "#4097a3"
}, },
diffChanged = { diffChanged = {
fg = "#506d9c" fg = "#506d9b"
}, },
diffFile = { diffFile = {
fg = "#2e7de9" fg = "#2e7de9"

View File

@@ -1244,7 +1244,7 @@ local highlights = {
}, },
NvimTreeFolderIcon = { NvimTreeFolderIcon = {
bg = "NONE", bg = "NONE",
fg = "#ffc777" fg = "#82aaff"
}, },
NvimTreeGitDeleted = { NvimTreeGitDeleted = {
fg = "#e26a75" fg = "#e26a75"

View File

@@ -35,15 +35,15 @@ local colors = {
fg_gutter = "#3b4261", fg_gutter = "#3b4261",
fg_sidebar = "#a9b1d6", fg_sidebar = "#a9b1d6",
git = { git = {
add = "#449dab", add = "#4097a3",
change = "#6183bb", change = "#506d9b",
delete = "#914c54", delete = "#c47981",
ignore = "#545c7e" ignore = "#545c7e"
}, },
gitSigns = { gitSigns = {
add = "#266d6a", add = "#399a96",
change = "#536c9e", change = "#6382bd",
delete = "#b2555b" delete = "#c25d64"
}, },
green = "#9ece6a", green = "#9ece6a",
green1 = "#73daca", green1 = "#73daca",
@@ -198,7 +198,7 @@ local highlights = {
fg = "#f7768e" fg = "#f7768e"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#6183bb" fg = "#506d9b"
}, },
BufferTabpage = { BufferTabpage = {
bg = "#16161e", bg = "#16161e",
@@ -500,22 +500,22 @@ local highlights = {
style = {} style = {}
}, },
GitGutterAdd = { GitGutterAdd = {
fg = "#266d6a" fg = "#399a96"
}, },
GitGutterChange = { GitGutterChange = {
fg = "#536c9e" fg = "#6382bd"
}, },
GitGutterDelete = { GitGutterDelete = {
fg = "#b2555b" fg = "#c25d64"
}, },
GitSignsAdd = { GitSignsAdd = {
fg = "#266d6a" fg = "#399a96"
}, },
GitSignsChange = { GitSignsChange = {
fg = "#536c9e" fg = "#6382bd"
}, },
GitSignsDelete = { GitSignsDelete = {
fg = "#b2555b" fg = "#c25d64"
}, },
GlyphPalette1 = { GlyphPalette1 = {
fg = "#db4b4b" fg = "#db4b4b"
@@ -995,7 +995,7 @@ local highlights = {
}, },
NeogitDiffAddHighlight = { NeogitDiffAddHighlight = {
bg = "#20303b", bg = "#20303b",
fg = "#449dab" fg = "#4097a3"
}, },
NeogitDiffContextHighlight = { NeogitDiffContextHighlight = {
bg = "#2b2f44", bg = "#2b2f44",
@@ -1003,7 +1003,7 @@ local highlights = {
}, },
NeogitDiffDeleteHighlight = { NeogitDiffDeleteHighlight = {
bg = "#37222c", bg = "#37222c",
fg = "#914c54" fg = "#c47981"
}, },
NeogitHunkHeader = { NeogitHunkHeader = {
bg = "#292e42", bg = "#292e42",
@@ -1244,16 +1244,16 @@ local highlights = {
}, },
NvimTreeFolderIcon = { NvimTreeFolderIcon = {
bg = "NONE", bg = "NONE",
fg = "#e0af68" fg = "#7aa2f7"
}, },
NvimTreeGitDeleted = { NvimTreeGitDeleted = {
fg = "#914c54" fg = "#c47981"
}, },
NvimTreeGitDirty = { NvimTreeGitDirty = {
fg = "#6183bb" fg = "#506d9b"
}, },
NvimTreeGitNew = { NvimTreeGitNew = {
fg = "#449dab" fg = "#4097a3"
}, },
NvimTreeImageFile = { NvimTreeImageFile = {
fg = "#a9b1d6" fg = "#a9b1d6"
@@ -1545,10 +1545,10 @@ local highlights = {
bg = "#16161e" bg = "#16161e"
}, },
diffAdded = { diffAdded = {
fg = "#449dab" fg = "#4097a3"
}, },
diffChanged = { diffChanged = {
fg = "#6183bb" fg = "#506d9b"
}, },
diffFile = { diffFile = {
fg = "#7aa2f7" fg = "#7aa2f7"
@@ -1566,7 +1566,7 @@ local highlights = {
fg = "#e0af68" fg = "#e0af68"
}, },
diffRemoved = { diffRemoved = {
fg = "#914c54" fg = "#c47981"
}, },
healthError = { healthError = {
fg = "#db4b4b" fg = "#db4b4b"

View File

@@ -35,15 +35,15 @@ local colors = {
fg_gutter = "#3b4261", fg_gutter = "#3b4261",
fg_sidebar = "#a9b1d6", fg_sidebar = "#a9b1d6",
git = { git = {
add = "#449dab", add = "#4097a3",
change = "#6183bb", change = "#506d9b",
delete = "#914c54", delete = "#c47981",
ignore = "#545c7e" ignore = "#545c7e"
}, },
gitSigns = { gitSigns = {
add = "#266d6a", add = "#399a96",
change = "#536c9e", change = "#6382bd",
delete = "#b2555b" delete = "#c25d64"
}, },
green = "#9ece6a", green = "#9ece6a",
green1 = "#73daca", green1 = "#73daca",
@@ -198,7 +198,7 @@ local highlights = {
fg = "#f7768e" fg = "#f7768e"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#6183bb" fg = "#506d9b"
}, },
BufferTabpage = { BufferTabpage = {
bg = "#1f2335", bg = "#1f2335",
@@ -500,22 +500,22 @@ local highlights = {
style = {} style = {}
}, },
GitGutterAdd = { GitGutterAdd = {
fg = "#266d6a" fg = "#399a96"
}, },
GitGutterChange = { GitGutterChange = {
fg = "#536c9e" fg = "#6382bd"
}, },
GitGutterDelete = { GitGutterDelete = {
fg = "#b2555b" fg = "#c25d64"
}, },
GitSignsAdd = { GitSignsAdd = {
fg = "#266d6a" fg = "#399a96"
}, },
GitSignsChange = { GitSignsChange = {
fg = "#536c9e" fg = "#6382bd"
}, },
GitSignsDelete = { GitSignsDelete = {
fg = "#b2555b" fg = "#c25d64"
}, },
GlyphPalette1 = { GlyphPalette1 = {
fg = "#db4b4b" fg = "#db4b4b"
@@ -995,7 +995,7 @@ local highlights = {
}, },
NeogitDiffAddHighlight = { NeogitDiffAddHighlight = {
bg = "#283b4d", bg = "#283b4d",
fg = "#449dab" fg = "#4097a3"
}, },
NeogitDiffContextHighlight = { NeogitDiffContextHighlight = {
bg = "#30354e", bg = "#30354e",
@@ -1003,7 +1003,7 @@ local highlights = {
}, },
NeogitDiffDeleteHighlight = { NeogitDiffDeleteHighlight = {
bg = "#3f2d3d", bg = "#3f2d3d",
fg = "#914c54" fg = "#c47981"
}, },
NeogitHunkHeader = { NeogitHunkHeader = {
bg = "#292e42", bg = "#292e42",
@@ -1244,16 +1244,16 @@ local highlights = {
}, },
NvimTreeFolderIcon = { NvimTreeFolderIcon = {
bg = "NONE", bg = "NONE",
fg = "#e0af68" fg = "#7aa2f7"
}, },
NvimTreeGitDeleted = { NvimTreeGitDeleted = {
fg = "#914c54" fg = "#c47981"
}, },
NvimTreeGitDirty = { NvimTreeGitDirty = {
fg = "#6183bb" fg = "#506d9b"
}, },
NvimTreeGitNew = { NvimTreeGitNew = {
fg = "#449dab" fg = "#4097a3"
}, },
NvimTreeImageFile = { NvimTreeImageFile = {
fg = "#a9b1d6" fg = "#a9b1d6"
@@ -1545,10 +1545,10 @@ local highlights = {
bg = "#1f2335" bg = "#1f2335"
}, },
diffAdded = { diffAdded = {
fg = "#449dab" fg = "#4097a3"
}, },
diffChanged = { diffChanged = {
fg = "#6183bb" fg = "#506d9b"
}, },
diffFile = { diffFile = {
fg = "#7aa2f7" fg = "#7aa2f7"
@@ -1566,7 +1566,7 @@ local highlights = {
fg = "#e0af68" fg = "#e0af68"
}, },
diffRemoved = { diffRemoved = {
fg = "#914c54" fg = "#c47981"
}, },
healthError = { healthError = {
fg = "#db4b4b" fg = "#db4b4b"

View File

@@ -67,7 +67,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#565f89</string> <string>#848cb5</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -78,7 +78,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#565f89</string> <string>#848cb5</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -89,7 +89,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#ff9e64</string> <string>#b15c00</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -102,7 +102,7 @@
<key>fontStyle</key> <key>fontStyle</key>
<string></string> <string></string>
<key>foreground</key> <key>foreground</key>
<string>#9ece6a</string> <string>#587539</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -124,7 +124,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -135,7 +135,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -146,7 +146,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -157,7 +157,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#9d7cd8</string> <string>#7847bd</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -168,7 +168,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7dcfff</string> <string>#007197</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -181,7 +181,7 @@
<key>fontStyle</key> <key>fontStyle</key>
<string>bold</string> <string>bold</string>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -192,7 +192,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#89ddff</string> <string>#006a83</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -203,7 +203,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7dcfff</string> <string>#007197</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -214,7 +214,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -225,7 +225,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7dcfff</string> <string>#007197</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -236,7 +236,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -247,7 +247,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -269,7 +269,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7aa2f7</string> <string>#2e7de9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -280,7 +280,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#0db9d7</string> <string>#07879d</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -302,7 +302,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#0db9d7</string> <string>#07879d</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -313,7 +313,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#e0af68</string> <string>#8c6c3e</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -324,7 +324,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -335,7 +335,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -346,7 +346,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#73daca</string> <string>#387068</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -357,7 +357,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7dcfff</string> <string>#007197</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -368,7 +368,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -379,7 +379,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#41a6b5</string> <string>#38919f</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -390,7 +390,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -401,7 +401,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -412,7 +412,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7aa2f7</string> <string>#2e7de9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -423,7 +423,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7aa2f7</string> <string>#2e7de9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -434,7 +434,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#e0af68</string> <string>#8c6c3e</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -445,7 +445,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -456,7 +456,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -469,7 +469,7 @@
<key>fontStyle</key> <key>fontStyle</key>
<string></string> <string></string>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -480,7 +480,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#0db9d7</string> <string>#07879d</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -491,7 +491,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -502,7 +502,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#0db9d7</string> <string>#07879d</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -513,7 +513,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7aa2f7</string> <string>#2e7de9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -524,7 +524,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#9ece6a</string> <string>#587539</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -535,7 +535,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#9ece6a</string> <string>#587539</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -557,7 +557,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#0db9d7</string> <string>#07879d</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -568,7 +568,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#e0af68</string> <string>#8c6c3e</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -590,7 +590,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#e0af68</string> <string>#8c6c3e</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -601,7 +601,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -612,7 +612,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#9d7cd8</string> <string>#7847bd</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -623,7 +623,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -634,7 +634,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#ff9e64</string> <string>#b15c00</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -645,7 +645,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -656,7 +656,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -667,7 +667,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -678,7 +678,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -689,7 +689,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -700,7 +700,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -711,7 +711,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#89ddff</string> <string>#006a83</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -722,7 +722,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7aa2f7</string> <string>#2e7de9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -733,7 +733,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -744,7 +744,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#449dab</string> <string>#2c6c75</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -766,7 +766,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#6183bb</string> <string>#6183b9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -777,7 +777,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#b4f9f8</string> <string>#2e5857</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -788,7 +788,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -799,7 +799,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -810,7 +810,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#e0af68</string> <string>#8c6c3e</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -821,7 +821,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#89ddff</string> <string>#006a83</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -832,7 +832,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -843,7 +843,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#89ddff</string> <string>#006a83</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -854,7 +854,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7aa2f7</string> <string>#2e7de9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -865,7 +865,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -876,7 +876,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7aa2f7</string> <string>#2e7de9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -887,7 +887,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#0db9d7</string> <string>#07879d</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -898,7 +898,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7dcfff</string> <string>#007197</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -909,7 +909,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -920,7 +920,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#e0af68</string> <string>#8c6c3e</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -931,7 +931,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#0db9d7</string> <string>#07879d</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -942,7 +942,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#73daca</string> <string>#387068</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -953,7 +953,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -964,7 +964,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#9ece6a</string> <string>#587539</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -975,7 +975,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#9ece6a</string> <string>#587539</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1008,7 +1008,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1030,7 +1030,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#bb9af7</string> <string>#9854f1</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1054,7 +1054,7 @@
<key>fontStyle</key> <key>fontStyle</key>
<string>bold</string> <string>bold</string>
<key>foreground</key> <key>foreground</key>
<string>#89ddff</string> <string>#006a83</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1080,7 +1080,7 @@
<key>fontStyle</key> <key>fontStyle</key>
<string>bold</string> <string>bold</string>
<key>foreground</key> <key>foreground</key>
<string>#7aa2f7</string> <string>#2e7de9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1132,7 +1132,7 @@
<key>fontStyle</key> <key>fontStyle</key>
<string>italic</string> <string>italic</string>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1145,7 +1145,7 @@
<key>fontStyle</key> <key>fontStyle</key>
<string>bold</string> <string>bold</string>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1158,7 +1158,7 @@
<key>fontStyle</key> <key>fontStyle</key>
<string>bold italic</string> <string>bold italic</string>
<key>foreground</key> <key>foreground</key>
<string>#c0caf5</string> <string>#3760bf</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1202,7 +1202,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#73daca</string> <string>#387068</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1213,7 +1213,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#89ddff</string> <string>#006a83</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1248,7 +1248,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#0db9d7</string> <string>#07879d</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1270,7 +1270,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#db4b4b</string> <string>#c64343</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1292,7 +1292,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#f7768e</string> <string>#f52a65</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1303,7 +1303,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#73daca</string> <string>#387068</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -1314,7 +1314,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#7aa2f7</string> <string>#2e7de9</string>
</dict> </dict>
</dict> </dict>
</array> </array>

View File

@@ -744,7 +744,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#449dab</string> <string>#4097a3</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -755,7 +755,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#914c54</string> <string>#c47981</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -766,7 +766,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#6183bb</string> <string>#506d9b</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>

View File

@@ -744,7 +744,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#449dab</string> <string>#2c6c75</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
@@ -766,7 +766,7 @@
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#6183bb</string> <string>#6183b9</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>

View File

@@ -2,25 +2,25 @@
"name": "Tokyo Night Day", "name": "Tokyo Night Day",
"comment": "", "comment": "",
"use-theme-colors": false, "use-theme-colors": false,
"foreground-color": "#c0caf5", "foreground-color": "#3760bf",
"background-color": "#1a1b26", "background-color": "#e1e2e7",
"palette": [ "palette": [
"#15161e", "#e9e9ed",
"#f7768e", "#f52a65",
"#9ece6a", "#587539",
"#e0af68", "#8c6c3e",
"#7aa2f7", "#2e7de9",
"#bb9af7", "#9854f1",
"#7dcfff", "#007197",
"#a9b1d6", "#6172b0",
"#414868", "#a1a6c5",
"#f7768e", "#f52a65",
"#9ece6a", "#587539",
"#e0af68", "#8c6c3e",
"#7aa2f7", "#2e7de9",
"#bb9af7", "#9854f1",
"#7dcfff", "#007197",
"#c0caf5" "#3760bf"
] ]
} }

View File

@@ -2,18 +2,18 @@
# TokyoNight colors for Tmux # TokyoNight colors for Tmux
set -g mode-style "fg=#7aa2f7,bg=#3b4261" set -g mode-style "fg=#2e7de9,bg=#a8aecb"
set -g message-style "fg=#7aa2f7,bg=#3b4261" set -g message-style "fg=#2e7de9,bg=#a8aecb"
set -g message-command-style "fg=#7aa2f7,bg=#3b4261" set -g message-command-style "fg=#2e7de9,bg=#a8aecb"
set -g pane-border-style "fg=#3b4261" set -g pane-border-style "fg=#a8aecb"
set -g pane-active-border-style "fg=#7aa2f7" set -g pane-active-border-style "fg=#2e7de9"
set -g status "on" set -g status "on"
set -g status-justify "left" set -g status-justify "left"
set -g status-style "fg=#7aa2f7,bg=#16161e" set -g status-style "fg=#2e7de9,bg=#e9e9ec"
set -g status-left-length "100" set -g status-left-length "100"
set -g status-right-length "100" set -g status-right-length "100"
@@ -21,15 +21,15 @@ set -g status-right-length "100"
set -g status-left-style NONE set -g status-left-style NONE
set -g status-right-style NONE set -g status-right-style NONE
set -g status-left "#[fg=#15161e,bg=#7aa2f7,bold] #S #[fg=#7aa2f7,bg=#16161e,nobold,nounderscore,noitalics]" set -g status-left "#[fg=#e9e9ed,bg=#2e7de9,bold] #S #[fg=#2e7de9,bg=#e9e9ec,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#16161e] #{prefix_highlight} #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261] %Y-%m-%d  %I:%M %p #[fg=#7aa2f7,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#15161e,bg=#7aa2f7,bold] #h " set -g status-right "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#e9e9ec] #{prefix_highlight} #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb] %Y-%m-%d  %I:%M %p #[fg=#2e7de9,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#e9e9ed,bg=#2e7de9,bold] #h "
setw -g window-status-activity-style "underscore,fg=#a9b1d6,bg=#16161e" setw -g window-status-activity-style "underscore,fg=#6172b0,bg=#e9e9ec"
setw -g window-status-separator "" setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#a9b1d6,bg=#16161e" setw -g window-status-style "NONE,fg=#6172b0,bg=#e9e9ec"
setw -g window-status-format "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]" setw -g window-status-format "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#16161e,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261,bold] #I  #W #F #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]" setw -g window-status-current-format "#[fg=#e9e9ec,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb,bold] #I  #W #F #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support # tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=#e0af68]#[bg=#16161e]#[fg=#16161e]#[bg=#e0af68]" set -g @prefix_highlight_output_prefix "#[fg=#8c6c3e]#[bg=#e9e9ec]#[fg=#e9e9ec]#[bg=#8c6c3e]"
set -g @prefix_highlight_output_suffix "" set -g @prefix_highlight_output_suffix ""

View File

@@ -1,12 +1,12 @@
[colors] [colors]
foreground = "#c0caf5" foreground = "#3760bf"
background = "#1a1b26" background = "#e1e2e7"
cursor_bg = "#c0caf5" cursor_bg = "#3760bf"
cursor_border = "#c0caf5" cursor_border = "#3760bf"
cursor_fg = "#1a1b26" cursor_fg = "#e1e2e7"
selection_bg = "#33467c" selection_bg = "#99a7df"
selection_fg = "#c0caf5" selection_fg = "#3760bf"
ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"] ansi = ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0"]
brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"] brights = ["#a1a6c5", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#3760bf"]

View File

@@ -1,9 +1,9 @@
[Scheme] [Scheme]
Name=TokyoNight Colors Name=TokyoNight Colors
ColorBackground=#1a1b26 ColorBackground=#e1e2e7
ColorForeground=#c0caf5 ColorForeground=#3760bf
ColorSelectionBackground=#33467c ColorSelectionBackground=#99a7df
ColorSelection=#c0caf5 ColorSelection=#3760bf
ColorPalette=#15161e;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#a9b1d6;#414868;#f7768e;#9ece6a;#e0af68;#7aa2f7;#bb9af7;#7dcfff;#c0caf5 ColorPalette=#e9e9ed;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#6172b0;#a1a6c5;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#3760bf

View File

@@ -1,23 +1,23 @@
! TokyoNight colors for Xresources ! TokyoNight colors for Xresources
*background: #1a1b26 *background: #e1e2e7
*foreground: #c0caf5 *foreground: #3760bf
*color0: #15161e *color0: #e9e9ed
*color1: #f7768e *color1: #f52a65
*color2: #9ece6a *color2: #587539
*color3: #e0af68 *color3: #8c6c3e
*color4: #7aa2f7 *color4: #2e7de9
*color5: #bb9af7 *color5: #9854f1
*color6: #7dcfff *color6: #007197
*color7: #a9b1d6 *color7: #6172b0
*color8: #414868 *color8: #a1a6c5
*color9: #f7768e *color9: #f52a65
*color10: #9ece6a *color10: #587539
*color11: #e0af68 *color11: #8c6c3e
*color12: #7aa2f7 *color12: #2e7de9
*color13: #bb9af7 *color13: #9854f1
*color14: #7dcfff *color14: #007197
*color15: #c0caf5 *color15: #3760bf

View File

@@ -151,8 +151,9 @@ function M.invert_colors(colors)
return M.invert_color(colors) return M.invert_color(colors)
end end
for key, value in pairs(colors) do for key, value in pairs(colors) do
M.invert_colors(value) colors[key] = M.invert_colors(value)
end end
return colors
end end
---@param hls Highlights ---@param hls Highlights