feat: switch purple with magenta for moon style

This commit is contained in:
Folke Lemaitre 2022-09-19 07:28:21 +02:00
parent 6c519a88db
commit 7c7425b884
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
12 changed files with 159 additions and 159 deletions

View File

@ -29,6 +29,6 @@ colors:
indexed_colors: indexed_colors:
- { index: 16, color: '0xff966c' } - { index: 16, color: '0xff966c' }
- { index: 17, color: '0xdb4b4b' } - { index: 17, color: '0xc53b53' }

View File

@ -1,12 +1,12 @@
# TokyoNight Color Palette # TokyoNight Color Palette
set -l foreground c8d3f5 set -l foreground c8d3f5
set -l selection 354981 set -l selection 3654a7
set -l comment 7a88cf set -l comment 7a88cf
set -l red ff757f set -l red ff757f
set -l orange ff966c set -l orange ff966c
set -l yellow ffc777 set -l yellow ffc777
set -l green c3e88d set -l green c3e88d
set -l purple c099ff set -l purple fca7ea
set -l cyan 86e1fc set -l cyan 86e1fc
set -l pink c099ff set -l pink c099ff

View File

@ -1,12 +1,12 @@
[cursor] [cursor]
color=c8d3f5 354981 color=c8d3f5 3654a7
[colors] [colors]
foreground=c8d3f5 foreground=c8d3f5
background=222436 background=222436
selection-foreground=c8d3f5 selection-foreground=c8d3f5
selection-background=354981 selection-background=3654a7
urls=73daca urls=4fd6be
regular0=1b1d2b regular0=1b1d2b
regular1=ff757f regular1=ff757f
@ -27,4 +27,4 @@ bright6=86e1fc
bright7=c8d3f5 bright7=c8d3f5
16=ff966c 16=ff966c
17=db4b4b 17=c53b53

View File

@ -306,13 +306,13 @@
<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.7450980392156863</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.8392156862745098</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.4509803921568628</real> <real>0.3098039215686275</real>
</dict> </dict>
<key>Selected Text Color</key> <key>Selected Text Color</key>
<dict> <dict>
@ -332,13 +332,13 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.5058823529411764</real> <real>0.6549019607843137</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.2862745098039216</real> <real>0.3294117647058823</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.2078431372549020</real> <real>0.2117647058823529</real>
</dict> </dict>
</dict> </dict>
</plist> </plist>

View File

@ -8,9 +8,9 @@
background #222436 background #222436
foreground #c8d3f5 foreground #c8d3f5
selection_background #354981 selection_background #3654a7
selection_foreground #c8d3f5 selection_foreground #c8d3f5
url_color #73daca url_color #4fd6be
cursor #c8d3f5 cursor #c8d3f5
cursor_text_color #222436 cursor_text_color #222436
@ -43,5 +43,5 @@ color15 #c8d3f5
# extended colors # extended colors
color16 #ff966c color16 #ff966c
color17 #db4b4b color17 #c53b53

View File

@ -104,7 +104,7 @@ local highlights = {
fg = "#f52a65" fg = "#f52a65"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#506d9c" fg = "#506d9b"
}, },
BufferTabpage = { BufferTabpage = {
bg = "#e9e9ec", bg = "#e9e9ec",
@ -406,7 +406,7 @@ local highlights = {
fg = "#399a96" fg = "#399a96"
}, },
GitGutterChange = { GitGutterChange = {
fg = "#6482bd" fg = "#6382bd"
}, },
GitGutterDelete = { GitGutterDelete = {
fg = "#c25d64" fg = "#c25d64"
@ -415,7 +415,7 @@ local highlights = {
fg = "#399a96" fg = "#399a96"
}, },
GitSignsChange = { GitSignsChange = {
fg = "#6482bd" fg = "#6382bd"
}, },
GitSignsDelete = { GitSignsDelete = {
fg = "#c25d64" fg = "#c25d64"
@ -775,7 +775,7 @@ local highlights = {
}, },
NeogitDiffAddHighlight = { NeogitDiffAddHighlight = {
bg = "#aecde6", bg = "#aecde6",
fg = "#4197a4" fg = "#4097a3"
}, },
NeogitDiffContextHighlight = { NeogitDiffContextHighlight = {
bg = "#c3c6d8", bg = "#c3c6d8",
@ -823,10 +823,10 @@ local highlights = {
fg = "#c47981" fg = "#c47981"
}, },
NvimTreeGitDirty = { NvimTreeGitDirty = {
fg = "#506d9c" fg = "#506d9b"
}, },
NvimTreeGitNew = { NvimTreeGitNew = {
fg = "#4197a4" fg = "#4097a3"
}, },
NvimTreeImageFile = { NvimTreeImageFile = {
fg = "#6172b0" fg = "#6172b0"
@ -1161,10 +1161,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

@ -4,20 +4,20 @@ local colors = {
bg_float = "#1e2030", bg_float = "#1e2030",
bg_highlight = "#2f334d", bg_highlight = "#2f334d",
bg_popup = "#1e2030", bg_popup = "#1e2030",
bg_search = "#3d59a1", bg_search = "#3e68d7",
bg_sidebar = "#1e2030", bg_sidebar = "#1e2030",
bg_statusline = "#1e2030", bg_statusline = "#1e2030",
bg_visual = "#354981", bg_visual = "#3654a7",
black = "#1b1d2b", black = "#1b1d2b",
blue = "#82aaff", blue = "#82aaff",
blue0 = "#3d59a1", blue0 = "#3e68d7",
blue1 = "#2ac3de", blue1 = "#65bcff",
blue2 = "#0db9d7", blue2 = "#0db9d7",
blue5 = "#89ddff", blue5 = "#89ddff",
blue6 = "#b4f9f8", blue6 = "#b4f9f8",
blue7 = "#394b70", blue7 = "#394b70",
border = "#1b1d2b", border = "#1b1d2b",
border_highlight = "#3d59a1", border_highlight = "#3e68d7",
comment = "#7a88cf", comment = "#7a88cf",
cyan = "#86e1fc", cyan = "#86e1fc",
dark3 = "#545c7e", dark3 = "#545c7e",
@ -25,27 +25,27 @@ local colors = {
diff = { diff = {
add = "#273849", add = "#273849",
change = "#252a3f", change = "#252a3f",
delete = "#3e2a39", delete = "#3a273a",
text = "#394b70" text = "#394b70"
}, },
error = "#db4b4b", error = "#c53b53",
fg = "#c8d3f5", fg = "#c8d3f5",
fg_dark = "#828bb8", fg_dark = "#828bb8",
fg_gutter = "#3b4261", fg_gutter = "#3b4261",
fg_sidebar = "#828bb8", fg_sidebar = "#828bb8",
git = { git = {
add = "#449dab", add = "#b8db87",
change = "#6183bb", change = "#7ca1f2",
delete = "#914c54", delete = "#e26a75",
ignore = "#545c7e" ignore = "#545c7e"
}, },
gitSigns = { gitSigns = {
add = "#266d6a", add = "#627259",
change = "#536c9e", change = "#485a86",
delete = "#b2555b" delete = "#b55a67"
}, },
green = "#c3e88d", green = "#c3e88d",
green1 = "#73daca", green1 = "#4fd6be",
green2 = "#41a6b5", green2 = "#41a6b5",
hint = "#4fd6be", hint = "#4fd6be",
info = "#0db9d7", info = "#0db9d7",
@ -53,9 +53,9 @@ local colors = {
magenta2 = "#ff007c", magenta2 = "#ff007c",
none = "NONE", none = "NONE",
orange = "#ff966c", orange = "#ff966c",
purple = "#c099ff", purple = "#fca7ea",
red = "#ff757f", red = "#ff757f",
red1 = "#db4b4b", red1 = "#c53b53",
teal = "#4fd6be", teal = "#4fd6be",
terminal_black = "#444a73", terminal_black = "#444a73",
warning = "#ffc777", warning = "#ffc777",
@ -72,7 +72,7 @@ local highlights = {
fg = "#82aaff" fg = "#82aaff"
}, },
ALEErrorSign = { ALEErrorSign = {
fg = "#db4b4b" fg = "#c53b53"
}, },
ALEWarningSign = { ALEWarningSign = {
fg = "#ffc777" fg = "#ffc777"
@ -114,18 +114,18 @@ local highlights = {
}, },
BufferInactiveSign = { BufferInactiveSign = {
bg = "#1e2030", bg = "#1e2030",
fg = "#3d59a1" fg = "#3e68d7"
}, },
BufferInactiveTarget = { BufferInactiveTarget = {
bg = "#1e2030", bg = "#1e2030",
fg = "#ff757f" fg = "#ff757f"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#6183bb" fg = "#7ca1f2"
}, },
BufferTabpage = { BufferTabpage = {
bg = "#1e2030", bg = "#1e2030",
fg = "#3d59a1" fg = "#3e68d7"
}, },
BufferTabpages = { BufferTabpages = {
bg = "#1e2030", bg = "#1e2030",
@ -160,7 +160,7 @@ local highlights = {
}, },
CmpDocumentationBorder = { CmpDocumentationBorder = {
bg = "#1e2030", bg = "#1e2030",
fg = "#3d59a1" fg = "#3e68d7"
}, },
CmpItemAbbr = { CmpItemAbbr = {
bg = "NONE", bg = "NONE",
@ -173,11 +173,11 @@ local highlights = {
}, },
CmpItemAbbrMatch = { CmpItemAbbrMatch = {
bg = "NONE", bg = "NONE",
fg = "#2ac3de" fg = "#65bcff"
}, },
CmpItemAbbrMatchFuzzy = { CmpItemAbbrMatchFuzzy = {
bg = "NONE", bg = "NONE",
fg = "#2ac3de" fg = "#65bcff"
}, },
CmpItemKindClass = { CmpItemKindClass = {
bg = "NONE", bg = "NONE",
@ -201,7 +201,7 @@ local highlights = {
}, },
CmpItemKindEnumMember = { CmpItemKindEnumMember = {
bg = "NONE", bg = "NONE",
fg = "#73daca" fg = "#4fd6be"
}, },
CmpItemKindEvent = { CmpItemKindEvent = {
bg = "NONE", bg = "NONE",
@ -209,7 +209,7 @@ local highlights = {
}, },
CmpItemKindField = { CmpItemKindField = {
bg = "NONE", bg = "NONE",
fg = "#73daca" fg = "#4fd6be"
}, },
CmpItemKindFunction = { CmpItemKindFunction = {
bg = "NONE", bg = "NONE",
@ -233,11 +233,11 @@ local highlights = {
}, },
CmpItemKindOperator = { CmpItemKindOperator = {
bg = "NONE", bg = "NONE",
fg = "#73daca" fg = "#4fd6be"
}, },
CmpItemKindProperty = { CmpItemKindProperty = {
bg = "NONE", bg = "NONE",
fg = "#73daca" fg = "#4fd6be"
}, },
CmpItemKindReference = { CmpItemKindReference = {
bg = "NONE", bg = "NONE",
@ -253,7 +253,7 @@ local highlights = {
}, },
CmpItemKindTypeParameter = { CmpItemKindTypeParameter = {
bg = "NONE", bg = "NONE",
fg = "#73daca" fg = "#4fd6be"
}, },
CmpItemKindUnit = { CmpItemKindUnit = {
bg = "NONE", bg = "NONE",
@ -317,13 +317,13 @@ local highlights = {
fg = "#86e1fc" fg = "#86e1fc"
}, },
DefinitionCount = { DefinitionCount = {
fg = "#c099ff" fg = "#fca7ea"
}, },
DefinitionIcon = { DefinitionIcon = {
fg = "#82aaff" fg = "#82aaff"
}, },
DiagnosticError = { DiagnosticError = {
fg = "#db4b4b" fg = "#c53b53"
}, },
DiagnosticHint = { DiagnosticHint = {
fg = "#4fd6be" fg = "#4fd6be"
@ -335,7 +335,7 @@ local highlights = {
link = "DiagnosticInfo" link = "DiagnosticInfo"
}, },
DiagnosticUnderlineError = { DiagnosticUnderlineError = {
sp = "#db4b4b", sp = "#c53b53",
undercurl = true undercurl = true
}, },
DiagnosticUnderlineHint = { DiagnosticUnderlineHint = {
@ -351,8 +351,8 @@ local highlights = {
undercurl = true undercurl = true
}, },
DiagnosticVirtualTextError = { DiagnosticVirtualTextError = {
bg = "#352838", bg = "#322639",
fg = "#db4b4b" fg = "#c53b53"
}, },
DiagnosticVirtualTextHint = { DiagnosticVirtualTextHint = {
bg = "#273644", bg = "#273644",
@ -379,7 +379,7 @@ local highlights = {
bg = "#252a3f" bg = "#252a3f"
}, },
DiffDelete = { DiffDelete = {
bg = "#3e2a39" bg = "#3a273a"
}, },
DiffText = { DiffText = {
bg = "#394b70" bg = "#394b70"
@ -391,17 +391,17 @@ local highlights = {
fg = "#222436" fg = "#222436"
}, },
Error = { Error = {
fg = "#db4b4b" fg = "#c53b53"
}, },
ErrorMsg = { ErrorMsg = {
fg = "#db4b4b" fg = "#c53b53"
}, },
FernBranchText = { FernBranchText = {
fg = "#82aaff" fg = "#82aaff"
}, },
FloatBorder = { FloatBorder = {
bg = "#1e2030", bg = "#1e2030",
fg = "#3d59a1" fg = "#3e68d7"
}, },
FoldColumn = { FoldColumn = {
bg = "#222436", bg = "#222436",
@ -420,25 +420,25 @@ local highlights = {
style = {} style = {}
}, },
GitGutterAdd = { GitGutterAdd = {
fg = "#266d6a" fg = "#627259"
}, },
GitGutterChange = { GitGutterChange = {
fg = "#536c9e" fg = "#485a86"
}, },
GitGutterDelete = { GitGutterDelete = {
fg = "#b2555b" fg = "#b55a67"
}, },
GitSignsAdd = { GitSignsAdd = {
fg = "#266d6a" fg = "#627259"
}, },
GitSignsChange = { GitSignsChange = {
fg = "#536c9e" fg = "#485a86"
}, },
GitSignsDelete = { GitSignsDelete = {
fg = "#b2555b" fg = "#b55a67"
}, },
GlyphPalette1 = { GlyphPalette1 = {
fg = "#db4b4b" fg = "#c53b53"
}, },
GlyphPalette2 = { GlyphPalette2 = {
fg = "#c3e88d" fg = "#c3e88d"
@ -450,7 +450,7 @@ local highlights = {
fg = "#82aaff" fg = "#82aaff"
}, },
GlyphPalette6 = { GlyphPalette6 = {
fg = "#73daca" fg = "#4fd6be"
}, },
GlyphPalette7 = { GlyphPalette7 = {
fg = "#c8d3f5" fg = "#c8d3f5"
@ -493,7 +493,7 @@ local highlights = {
fg = "#3b4261" fg = "#3b4261"
}, },
IndentBlanklineContextChar = { IndentBlanklineContextChar = {
fg = "#c099ff" fg = "#fca7ea"
}, },
Italic = { Italic = {
italic = true italic = true
@ -513,7 +513,7 @@ local highlights = {
}, },
LeapLabelSecondary = { LeapLabelSecondary = {
bold = true, bold = true,
fg = "#73daca" fg = "#4fd6be"
}, },
LeapMatch = { LeapMatch = {
bg = "#ff007c", bg = "#ff007c",
@ -530,7 +530,7 @@ local highlights = {
}, },
LightspeedLabelDistant = { LightspeedLabelDistant = {
bold = true, bold = true,
fg = "#73daca", fg = "#4fd6be",
underline = true underline = true
}, },
LightspeedLabelDistantOverlapped = { LightspeedLabelDistantOverlapped = {
@ -570,7 +570,7 @@ local highlights = {
fg = "#7a88cf" fg = "#7a88cf"
}, },
LspFloatWinBorder = { LspFloatWinBorder = {
fg = "#3d59a1" fg = "#3e68d7"
}, },
LspFloatWinNormal = { LspFloatWinNormal = {
bg = "#1e2030" bg = "#1e2030"
@ -591,16 +591,16 @@ local highlights = {
fg = "#82aaff" fg = "#82aaff"
}, },
LspSagaCodeActionContent = { LspSagaCodeActionContent = {
fg = "#c099ff" fg = "#fca7ea"
}, },
LspSagaCodeActionTitle = { LspSagaCodeActionTitle = {
fg = "#2ac3de" fg = "#65bcff"
}, },
LspSagaDefPreviewBorder = { LspSagaDefPreviewBorder = {
fg = "#c3e88d" fg = "#c3e88d"
}, },
LspSagaFinderSelection = { LspSagaFinderSelection = {
fg = "#354981" fg = "#3654a7"
}, },
LspSagaHoverBorder = { LspSagaHoverBorder = {
fg = "#82aaff" fg = "#82aaff"
@ -631,7 +631,7 @@ local highlights = {
nocombine = true nocombine = true
}, },
MiniIndentscopeSymbol = { MiniIndentscopeSymbol = {
fg = "#2ac3de" fg = "#65bcff"
}, },
MiniJump = { MiniJump = {
bg = "#c099ff", bg = "#c099ff",
@ -663,7 +663,7 @@ local highlights = {
fg = "#c8d3f5" fg = "#c8d3f5"
}, },
MiniStarterItemBullet = { MiniStarterItemBullet = {
fg = "#3d59a1" fg = "#3e68d7"
}, },
MiniStarterItemPrefix = { MiniStarterItemPrefix = {
fg = "#ffc777" fg = "#ffc777"
@ -672,7 +672,7 @@ local highlights = {
fg = "#0db9d7" fg = "#0db9d7"
}, },
MiniStarterSection = { MiniStarterSection = {
fg = "#2ac3de" fg = "#65bcff"
}, },
MiniStatuslineDevinfo = { MiniStatuslineDevinfo = {
bg = "#2f334d", bg = "#2f334d",
@ -792,15 +792,15 @@ local highlights = {
}, },
NeogitDiffAddHighlight = { NeogitDiffAddHighlight = {
bg = "#273849", bg = "#273849",
fg = "#449dab" fg = "#b8db87"
}, },
NeogitDiffContextHighlight = { NeogitDiffContextHighlight = {
bg = "#2f334c", bg = "#2f334c",
fg = "#828bb8" fg = "#828bb8"
}, },
NeogitDiffDeleteHighlight = { NeogitDiffDeleteHighlight = {
bg = "#3e2a39", bg = "#3a273a",
fg = "#914c54" fg = "#e26a75"
}, },
NeogitHunkHeader = { NeogitHunkHeader = {
bg = "#2f334d", bg = "#2f334d",
@ -811,7 +811,7 @@ local highlights = {
fg = "#82aaff" fg = "#82aaff"
}, },
NeogitRemote = { NeogitRemote = {
fg = "#c099ff" fg = "#fca7ea"
}, },
NonText = { NonText = {
fg = "#545c7e" fg = "#545c7e"
@ -837,13 +837,13 @@ local highlights = {
fg = "#ffc777" fg = "#ffc777"
}, },
NvimTreeGitDeleted = { NvimTreeGitDeleted = {
fg = "#914c54" fg = "#e26a75"
}, },
NvimTreeGitDirty = { NvimTreeGitDirty = {
fg = "#6183bb" fg = "#7ca1f2"
}, },
NvimTreeGitNew = { NvimTreeGitNew = {
fg = "#449dab" fg = "#b8db87"
}, },
NvimTreeImageFile = { NvimTreeImageFile = {
fg = "#828bb8" fg = "#828bb8"
@ -867,7 +867,7 @@ local highlights = {
fg = "#82aaff" fg = "#82aaff"
}, },
NvimTreeSpecialFile = { NvimTreeSpecialFile = {
fg = "#c099ff", fg = "#fca7ea",
underline = true underline = true
}, },
NvimTreeSymlink = { NvimTreeSymlink = {
@ -896,22 +896,22 @@ local highlights = {
fg = "#82aaff" fg = "#82aaff"
}, },
QuickFixLine = { QuickFixLine = {
bg = "#354981", bg = "#3654a7",
bold = true bold = true
}, },
ReferencesCount = { ReferencesCount = {
fg = "#c099ff" fg = "#fca7ea"
}, },
ReferencesIcon = { ReferencesIcon = {
fg = "#82aaff" fg = "#82aaff"
}, },
ScrollbarError = { ScrollbarError = {
bg = "NONE", bg = "NONE",
fg = "#db4b4b" fg = "#c53b53"
}, },
ScrollbarErrorHandle = { ScrollbarErrorHandle = {
bg = "#2f334d", bg = "#2f334d",
fg = "#db4b4b" fg = "#c53b53"
}, },
ScrollbarHandle = { ScrollbarHandle = {
bg = "#2f334d", bg = "#2f334d",
@ -935,11 +935,11 @@ local highlights = {
}, },
ScrollbarMisc = { ScrollbarMisc = {
bg = "NONE", bg = "NONE",
fg = "#c099ff" fg = "#fca7ea"
}, },
ScrollbarMiscHandle = { ScrollbarMiscHandle = {
bg = "#2f334d", bg = "#2f334d",
fg = "#c099ff" fg = "#fca7ea"
}, },
ScrollbarSearch = { ScrollbarSearch = {
bg = "NONE", bg = "NONE",
@ -958,7 +958,7 @@ local highlights = {
fg = "#ffc777" fg = "#ffc777"
}, },
Search = { Search = {
bg = "#3d59a1", bg = "#3e68d7",
fg = "#c8d3f5" fg = "#c8d3f5"
}, },
SignColumn = { SignColumn = {
@ -974,16 +974,16 @@ local highlights = {
fg = "#2f334d" fg = "#2f334d"
}, },
SneakScope = { SneakScope = {
bg = "#354981" bg = "#3654a7"
}, },
Special = { Special = {
fg = "#2ac3de" fg = "#65bcff"
}, },
SpecialKey = { SpecialKey = {
fg = "#545c7e" fg = "#545c7e"
}, },
SpellBad = { SpellBad = {
sp = "#db4b4b", sp = "#c53b53",
undercurl = true undercurl = true
}, },
SpellCap = { SpellCap = {
@ -1020,14 +1020,14 @@ local highlights = {
fg = "#c099ff" fg = "#c099ff"
}, },
TSDanger = { TSDanger = {
bg = "#db4b4b", bg = "#c53b53",
fg = "#222436" fg = "#222436"
}, },
TSField = { TSField = {
fg = "#73daca" fg = "#4fd6be"
}, },
TSKeyword = { TSKeyword = {
fg = "#c099ff", fg = "#fca7ea",
style = { style = {
italic = true italic = true
} }
@ -1050,7 +1050,7 @@ local highlights = {
fg = "#ffc777" fg = "#ffc777"
}, },
TSProperty = { TSProperty = {
fg = "#73daca" fg = "#4fd6be"
}, },
TSPunctBracket = { TSPunctBracket = {
fg = "#828bb8" fg = "#828bb8"
@ -1096,7 +1096,7 @@ local highlights = {
}, },
TelescopeBorder = { TelescopeBorder = {
bg = "#1e2030", bg = "#1e2030",
fg = "#3d59a1" fg = "#3e68d7"
}, },
TelescopeNormal = { TelescopeNormal = {
bg = "#1e2030", bg = "#1e2030",
@ -1122,7 +1122,7 @@ local highlights = {
fg = "#828bb8" fg = "#828bb8"
}, },
Type = { Type = {
fg = "#2ac3de" fg = "#65bcff"
}, },
Underlined = { Underlined = {
underline = true underline = true
@ -1131,10 +1131,10 @@ local highlights = {
fg = "#1b1d2b" fg = "#1b1d2b"
}, },
Visual = { Visual = {
bg = "#354981" bg = "#3654a7"
}, },
VisualNOS = { VisualNOS = {
bg = "#354981" bg = "#3654a7"
}, },
WarningMsg = { WarningMsg = {
fg = "#ffc777" fg = "#ffc777"
@ -1164,7 +1164,7 @@ local highlights = {
fg = "#3b4261" fg = "#3b4261"
}, },
WildMenu = { WildMenu = {
bg = "#354981" bg = "#3654a7"
}, },
WinSeparator = { WinSeparator = {
bold = true, bold = true,
@ -1178,10 +1178,10 @@ local highlights = {
bg = "#1e2030" bg = "#1e2030"
}, },
diffAdded = { diffAdded = {
fg = "#449dab" fg = "#b8db87"
}, },
diffChanged = { diffChanged = {
fg = "#6183bb" fg = "#7ca1f2"
}, },
diffFile = { diffFile = {
fg = "#82aaff" fg = "#82aaff"
@ -1199,13 +1199,13 @@ local highlights = {
fg = "#ffc777" fg = "#ffc777"
}, },
diffRemoved = { diffRemoved = {
fg = "#914c54" fg = "#e26a75"
}, },
healthError = { healthError = {
fg = "#db4b4b" fg = "#c53b53"
}, },
healthSuccess = { healthSuccess = {
fg = "#73daca" fg = "#4fd6be"
}, },
healthWarning = { healthWarning = {
fg = "#ffc777" fg = "#ffc777"
@ -1281,10 +1281,10 @@ local highlights = {
fg = "#ff966c" fg = "#ff966c"
}, },
rainbowcol5 = { rainbowcol5 = {
fg = "#c099ff" fg = "#fca7ea"
}, },
rainbowcol6 = { rainbowcol6 = {
fg = "#73daca" fg = "#4fd6be"
}, },
rainbowcol7 = { rainbowcol7 = {
fg = "#ff757f" fg = "#ff757f"

View File

@ -34,15 +34,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",
@ -121,7 +121,7 @@ local highlights = {
fg = "#f7768e" fg = "#f7768e"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#6183bb" fg = "#506d9b"
}, },
BufferTabpage = { BufferTabpage = {
bg = "#16161e", bg = "#16161e",
@ -420,22 +420,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"
@ -792,7 +792,7 @@ local highlights = {
}, },
NeogitDiffAddHighlight = { NeogitDiffAddHighlight = {
bg = "#20303b", bg = "#20303b",
fg = "#449dab" fg = "#4097a3"
}, },
NeogitDiffContextHighlight = { NeogitDiffContextHighlight = {
bg = "#2b2f44", bg = "#2b2f44",
@ -800,7 +800,7 @@ local highlights = {
}, },
NeogitDiffDeleteHighlight = { NeogitDiffDeleteHighlight = {
bg = "#37222c", bg = "#37222c",
fg = "#914c54" fg = "#c47981"
}, },
NeogitHunkHeader = { NeogitHunkHeader = {
bg = "#292e42", bg = "#292e42",
@ -837,13 +837,13 @@ local highlights = {
fg = "#e0af68" fg = "#e0af68"
}, },
NvimTreeGitDeleted = { NvimTreeGitDeleted = {
fg = "#914c54" fg = "#c47981"
}, },
NvimTreeGitDirty = { NvimTreeGitDirty = {
fg = "#6183bb" fg = "#506d9b"
}, },
NvimTreeGitNew = { NvimTreeGitNew = {
fg = "#449dab" fg = "#4097a3"
}, },
NvimTreeImageFile = { NvimTreeImageFile = {
fg = "#a9b1d6" fg = "#a9b1d6"
@ -1178,10 +1178,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"
@ -1199,7 +1199,7 @@ local highlights = {
fg = "#e0af68" fg = "#e0af68"
}, },
diffRemoved = { diffRemoved = {
fg = "#914c54" fg = "#c47981"
}, },
healthError = { healthError = {
fg = "#db4b4b" fg = "#db4b4b"

View File

@ -34,15 +34,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",
@ -121,7 +121,7 @@ local highlights = {
fg = "#f7768e" fg = "#f7768e"
}, },
BufferLineIndicatorSelected = { BufferLineIndicatorSelected = {
fg = "#6183bb" fg = "#506d9b"
}, },
BufferTabpage = { BufferTabpage = {
bg = "#1f2335", bg = "#1f2335",
@ -420,22 +420,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"
@ -792,7 +792,7 @@ local highlights = {
}, },
NeogitDiffAddHighlight = { NeogitDiffAddHighlight = {
bg = "#283b4d", bg = "#283b4d",
fg = "#449dab" fg = "#4097a3"
}, },
NeogitDiffContextHighlight = { NeogitDiffContextHighlight = {
bg = "#30354e", bg = "#30354e",
@ -800,7 +800,7 @@ local highlights = {
}, },
NeogitDiffDeleteHighlight = { NeogitDiffDeleteHighlight = {
bg = "#3f2d3d", bg = "#3f2d3d",
fg = "#914c54" fg = "#c47981"
}, },
NeogitHunkHeader = { NeogitHunkHeader = {
bg = "#292e42", bg = "#292e42",
@ -837,13 +837,13 @@ local highlights = {
fg = "#e0af68" fg = "#e0af68"
}, },
NvimTreeGitDeleted = { NvimTreeGitDeleted = {
fg = "#914c54" fg = "#c47981"
}, },
NvimTreeGitDirty = { NvimTreeGitDirty = {
fg = "#6183bb" fg = "#506d9b"
}, },
NvimTreeGitNew = { NvimTreeGitNew = {
fg = "#449dab" fg = "#4097a3"
}, },
NvimTreeImageFile = { NvimTreeImageFile = {
fg = "#a9b1d6" fg = "#a9b1d6"
@ -1178,10 +1178,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"
@ -1199,7 +1199,7 @@ local highlights = {
fg = "#e0af68" fg = "#e0af68"
}, },
diffRemoved = { diffRemoved = {
fg = "#914c54" fg = "#c47981"
}, },
healthError = { healthError = {
fg = "#db4b4b" fg = "#db4b4b"

View File

@ -4,7 +4,7 @@ background = "#222436"
cursor_bg = "#c8d3f5" cursor_bg = "#c8d3f5"
cursor_border = "#c8d3f5" cursor_border = "#c8d3f5"
cursor_fg = "#222436" cursor_fg = "#222436"
selection_bg = "#354981" selection_bg = "#3654a7"
selection_fg = "#c8d3f5" selection_fg = "#c8d3f5"
ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"] ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"]

View File

@ -3,7 +3,7 @@ Name=TokyoNight Colors
ColorBackground=#222436 ColorBackground=#222436
ColorForeground=#c8d3f5 ColorForeground=#c8d3f5
ColorSelectionBackground=#354981 ColorSelectionBackground=#3654a7
ColorSelection=#c8d3f5 ColorSelection=#c8d3f5
ColorPalette=#1b1d2b;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#828bb8;#444a73;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#c8d3f5 ColorPalette=#1b1d2b;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#828bb8;#444a73;#ff757f;#c3e88d;#ffc777;#82aaff;#c099ff;#86e1fc;#c8d3f5

View File

@ -69,9 +69,9 @@ M.moon = function()
blue5 = "#89ddff", blue5 = "#89ddff",
blue6 = "#b4f9f8", -- blue6 = "#b4f9f8", --
blue7 = "#394b70", blue7 = "#394b70",
magenta = "#fca7ea", -- purple = "#fca7ea", --
magenta2 = "#ff007c", magenta2 = "#ff007c",
purple = "#c099ff", -- magenta = "#c099ff", --
orange = "#ff966c", -- orange = "#ff966c", --
yellow = "#ffc777", -- yellow = "#ffc777", --
green = "#c3e88d", -- green = "#c3e88d", --