Skip to content

Commit

Permalink
feat: switch purple with magenta for moon style
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Sep 19, 2022
1 parent 6c519a8 commit 7c7425b
Show file tree
Hide file tree
Showing 12 changed files with 159 additions and 159 deletions.
2 changes: 1 addition & 1 deletion extras/alacritty/tokyonight_moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ colors:

indexed_colors:
- { index: 16, color: '0xff966c' }
- { index: 17, color: '0xdb4b4b' }
- { index: 17, color: '0xc53b53' }


4 changes: 2 additions & 2 deletions extras/fish/tokyonight_moon.fish
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# TokyoNight Color Palette
set -l foreground c8d3f5
set -l selection 354981
set -l selection 3654a7
set -l comment 7a88cf
set -l red ff757f
set -l orange ff966c
set -l yellow ffc777
set -l green c3e88d
set -l purple c099ff
set -l purple fca7ea
set -l cyan 86e1fc
set -l pink c099ff

Expand Down
8 changes: 4 additions & 4 deletions extras/foot/tokyonight_moon.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[cursor]
color=c8d3f5 354981
color=c8d3f5 3654a7

[colors]
foreground=c8d3f5
background=222436
selection-foreground=c8d3f5
selection-background=354981
urls=73daca
selection-background=3654a7
urls=4fd6be

regular0=1b1d2b
regular1=ff757f
Expand All @@ -27,4 +27,4 @@ bright6=86e1fc
bright7=c8d3f5

16=ff966c
17=db4b4b
17=c53b53
12 changes: 6 additions & 6 deletions extras/iterm/tokyonight_moon.itermcolors
Original file line number Diff line number Diff line change
Expand Up @@ -306,13 +306,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7921568627450980</real>
<real>0.7450980392156863</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8549019607843137</real>
<real>0.8392156862745098</real>
<key>Red Component</key>
<real>0.4509803921568628</real>
<real>0.3098039215686275</real>
</dict>
<key>Selected Text Color</key>
<dict>
Expand All @@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5058823529411764</real>
<real>0.6549019607843137</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.2862745098039216</real>
<real>0.3294117647058823</real>
<key>Red Component</key>
<real>0.2078431372549020</real>
<real>0.2117647058823529</real>
</dict>
</dict>
</plist>
6 changes: 3 additions & 3 deletions extras/kitty/tokyonight_moon.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

background #222436
foreground #c8d3f5
selection_background #354981
selection_background #3654a7
selection_foreground #c8d3f5
url_color #73daca
url_color #4fd6be
cursor #c8d3f5
cursor_text_color #222436

Expand Down Expand Up @@ -43,5 +43,5 @@ color15 #c8d3f5

# extended colors
color16 #ff966c
color17 #db4b4b
color17 #c53b53

16 changes: 8 additions & 8 deletions extras/lua/tokyonight_day.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ local highlights = {
fg = "#f52a65"
},
BufferLineIndicatorSelected = {
fg = "#506d9c"
fg = "#506d9b"
},
BufferTabpage = {
bg = "#e9e9ec",
Expand Down Expand Up @@ -406,7 +406,7 @@ local highlights = {
fg = "#399a96"
},
GitGutterChange = {
fg = "#6482bd"
fg = "#6382bd"
},
GitGutterDelete = {
fg = "#c25d64"
Expand All @@ -415,7 +415,7 @@ local highlights = {
fg = "#399a96"
},
GitSignsChange = {
fg = "#6482bd"
fg = "#6382bd"
},
GitSignsDelete = {
fg = "#c25d64"
Expand Down Expand Up @@ -775,7 +775,7 @@ local highlights = {
},
NeogitDiffAddHighlight = {
bg = "#aecde6",
fg = "#4197a4"
fg = "#4097a3"
},
NeogitDiffContextHighlight = {
bg = "#c3c6d8",
Expand Down Expand Up @@ -823,10 +823,10 @@ local highlights = {
fg = "#c47981"
},
NvimTreeGitDirty = {
fg = "#506d9c"
fg = "#506d9b"
},
NvimTreeGitNew = {
fg = "#4197a4"
fg = "#4097a3"
},
NvimTreeImageFile = {
fg = "#6172b0"
Expand Down Expand Up @@ -1161,10 +1161,10 @@ local highlights = {
bg = "#e9e9ec"
},
diffAdded = {
fg = "#4197a4"
fg = "#4097a3"
},
diffChanged = {
fg = "#506d9c"
fg = "#506d9b"
},
diffFile = {
fg = "#2e7de9"
Expand Down
Loading

0 comments on commit 7c7425b

Please sign in to comment.