Skip to content

Commit

Permalink
Add updated neovim default color scheme (mbadolato#429)
Browse files Browse the repository at this point in the history
* feat: add nvim-dark and nvim-light colorschemes

* feat: change colors from P3 to sRGB

* feat: replace images
  • Loading branch information
Slava Maksimov authored Feb 4, 2024
1 parent b0b858d commit 56d74c3
Show file tree
Hide file tree
Showing 61 changed files with 2,186 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ Nord theme were added by [Teraskull](https://github.com/Teraskull)

Nord-light were added by [brorbw](https://github.com/brorbw/nord-light-iterm2)

The NvimDark and NvimLight themes were added by [slavamak](https://github.com/slavamak)

The Obsidian theme was on my hard drive and I don't recall where it came from. If anyone knows, ping me and I'll link back to the author(s).

The OceanicMaterial theme was created by [rahulpatel](https://github.com/rahulpatel)
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,14 @@ Do you want to convert existing iTerm themes to themes for your favorite termina

![Screenshot](screenshots/nord_light.png)

### NvimDark

![Screenshot](screenshots/NvimDark.png)

### NvimLight

![Screenshot](screenshots/NvimLight.png)

### Obsidian

![Screenshot](screenshots/obsidian.png)
Expand Down
44 changes: 44 additions & 0 deletions Xresources/NvimDark
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #e0e2ea
*.background: #14161b
*.cursorColor: #9b9ea4
!
! Black
*.color0: #07080d
*.color8: #4f5258
!
! Red
*.color1: #ffc0b9
*.color9: #ffc0b9
!
! Green
*.color2: #b3f6c0
*.color10: #b3f6c0
!
! Yellow
*.color3: #fce094
*.color11: #fce094
!
! Blue
*.color4: #a6dbff
*.color12: #a6dbff
!
! Magenta
*.color5: #ffcaff
*.color13: #ffcaff
!
! Cyan
*.color6: #8cf8f7
*.color14: #8cf8f7
!
! White
*.color7: #eef1f8
*.color15: #eef1f8
!
! Bold, Italic, Underline
*.colorBD: #e0e2ea
!*.colorIT:
!*.colorUL:
44 changes: 44 additions & 0 deletions Xresources/NvimLight
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #14161b
*.background: #e0e2ea
*.cursorColor: #9b9ea4
!
! Black
*.color0: #07080d
*.color8: #4f5258
!
! Red
*.color1: #590008
*.color9: #590008
!
! Green
*.color2: #005523
*.color10: #005523
!
! Yellow
*.color3: #6b5300
*.color11: #6b5300
!
! Blue
*.color4: #004c73
*.color12: #004c73
!
! Magenta
*.color5: #470045
*.color13: #470045
!
! Cyan
*.color6: #007373
*.color14: #007373
!
! White
*.color7: #eef1f8
*.color15: #eef1f8
!
! Bold, Italic, Underline
*.colorBD: #14161b
!*.colorIT:
!*.colorUL:
29 changes: 29 additions & 0 deletions alacritty/NvimDark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (NvimDark)
colors:
bright:
black: '#4f5258'
blue: '#a6dbff'
cyan: '#8cf8f7'
green: '#b3f6c0'
magenta: '#ffcaff'
red: '#ffc0b9'
white: '#eef1f8'
yellow: '#fce094'
cursor:
cursor: '#9b9ea4'
text: '#e0e2ea'
normal:
black: '#07080d'
blue: '#a6dbff'
cyan: '#8cf8f7'
green: '#b3f6c0'
magenta: '#ffcaff'
red: '#ffc0b9'
white: '#eef1f8'
yellow: '#fce094'
primary:
background: '#14161b'
foreground: '#e0e2ea'
selection:
background: '#4f5258'
text: '#e0e2ea'
29 changes: 29 additions & 0 deletions alacritty/NvimLight.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (NvimLight)
colors:
bright:
black: '#4f5258'
blue: '#004c73'
cyan: '#007373'
green: '#005523'
magenta: '#470045'
red: '#590008'
white: '#eef1f8'
yellow: '#6b5300'
cursor:
cursor: '#9b9ea4'
text: '#14161b'
normal:
black: '#07080d'
blue: '#004c73'
cyan: '#007373'
green: '#005523'
magenta: '#470045'
red: '#590008'
white: '#eef1f8'
yellow: '#6b5300'
primary:
background: '#e0e2ea'
foreground: '#14161b'
selection:
background: '#9b9ea4'
text: '#14161b'
7 changes: 7 additions & 0 deletions dynamic-colors/NvimDark.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# NvimDark
printf "\033]4;0;#07080d;1;#ffc0b9;2;#b3f6c0;3;#fce094;4;#a6dbff;5;#ffcaff;6;#8cf8f7;7;#eef1f8;8;#4f5258;9;#ffc0b9;10;#b3f6c0;11;#fce094;12;#a6dbff;13;#ffcaff;14;#8cf8f7;15;#eef1f8\007"
printf "\033]10;#e0e2ea;#14161b;#9b9ea4\007"
printf "\033]17;#4f5258\007"
printf "\033]19;#e0e2ea\007"
printf "\033]5;0;#e0e2ea\007"
7 changes: 7 additions & 0 deletions dynamic-colors/NvimLight.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# NvimLight
printf "\033]4;0;#07080d;1;#590008;2;#005523;3;#6b5300;4;#004c73;5;#470045;6;#007373;7;#eef1f8;8;#4f5258;9;#590008;10;#005523;11;#6b5300;12;#004c73;13;#470045;14;#007373;15;#eef1f8\007"
printf "\033]10;#14161b;#e0e2ea;#9b9ea4\007"
printf "\033]17;#9b9ea4\007"
printf "\033]19;#14161b\007"
printf "\033]5;0;#14161b\007"
35 changes: 35 additions & 0 deletions electerm/NvimDark.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=NvimDark
main-dark=#000
main-light=#2E3338
text=#ddd
text-light=#fff
text-dark=#888
text-disabled=#777
primary=#08c
info=#FFD166
success=#06D6A0
error=#EF476F
warn=#E55934
main=#14161b
terminal:background=#14161b
terminal:foreground=#e0e2ea
terminal:cursor=#9b9ea4
terminal:selection=#4f5258
terminal:cursorAccent=#14161b
terminal:black=#07080d
terminal:red=#ffc0b9
terminal:green=#b3f6c0
terminal:yellow=#fce094
terminal:blue=#a6dbff
terminal:magenta=#ffcaff
terminal:cyan=#8cf8f7
terminal:white=#eef1f8
terminal:brightBlack=#4f5258
terminal:brightRed=#ffc0b9
terminal:brightGreen=#b3f6c0
terminal:brightYellow=#fce094
terminal:brightBlue=#a6dbff
terminal:brightMagenta=#ffcaff
terminal:brightCyan=#8cf8f7
terminal:brightWhite=#eef1f8
37 changes: 37 additions & 0 deletions electerm/NvimLight.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

themeName=NvimLight
main=#ededed
main-dark=#cccccc
main-light=#fefefe
text=#555
text-light=#777
text-dark=#444
text-disabled=#888
primary=#08c
info=#FFD166
success=#06D6A0
error=#EF476F
warn=#E55934
warn=#E55934
main=#e0e2ea
terminal:background=#e0e2ea
terminal:foreground=#14161b
terminal:cursor=#9b9ea4
terminal:selection=#9b9ea4
terminal:cursorAccent=#e0e2ea
terminal:black=#07080d
terminal:red=#590008
terminal:green=#005523
terminal:yellow=#6b5300
terminal:blue=#004c73
terminal:magenta=#470045
terminal:cyan=#007373
terminal:white=#eef1f8
terminal:brightBlack=#4f5258
terminal:brightRed=#590008
terminal:brightGreen=#005523
terminal:brightYellow=#6b5300
terminal:brightBlue=#004c73
terminal:brightMagenta=#470045
terminal:brightCyan=#007373
terminal:brightWhite=#eef1f8
17 changes: 17 additions & 0 deletions freebsd_vt/NvimDark.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# NvimDark
kern.vt.color.0.rgb="#07080d"
kern.vt.color.1.rgb="#ffc0b9"
kern.vt.color.2.rgb="#b3f6c0"
kern.vt.color.3.rgb="#fce094"
kern.vt.color.4.rgb="#a6dbff"
kern.vt.color.5.rgb="#ffcaff"
kern.vt.color.6.rgb="#8cf8f7"
kern.vt.color.7.rgb="#e0e2ea"
kern.vt.color.8.rgb="#4f5258"
kern.vt.color.9.rgb="#ffc0b9"
kern.vt.color.10.rgb="#b3f6c0"
kern.vt.color.11.rgb="#fce094"
kern.vt.color.12.rgb="#a6dbff"
kern.vt.color.13.rgb="#ffcaff"
kern.vt.color.14.rgb="#8cf8f7"
kern.vt.color.15.rgb="#eef1f8"
17 changes: 17 additions & 0 deletions freebsd_vt/NvimLight.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# NvimLight
kern.vt.color.0.rgb="#07080d"
kern.vt.color.1.rgb="#590008"
kern.vt.color.2.rgb="#005523"
kern.vt.color.3.rgb="#6b5300"
kern.vt.color.4.rgb="#004c73"
kern.vt.color.5.rgb="#470045"
kern.vt.color.6.rgb="#007373"
kern.vt.color.7.rgb="#14161b"
kern.vt.color.8.rgb="#4f5258"
kern.vt.color.9.rgb="#590008"
kern.vt.color.10.rgb="#005523"
kern.vt.color.11.rgb="#6b5300"
kern.vt.color.12.rgb="#004c73"
kern.vt.color.13.rgb="#470045"
kern.vt.color.14.rgb="#007373"
kern.vt.color.15.rgb="#eef1f8"
21 changes: 21 additions & 0 deletions ghostty/NvimDark
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
palette = 0=#07080d
palette = 1=#ffc0b9
palette = 2=#b3f6c0
palette = 3=#fce094
palette = 4=#a6dbff
palette = 5=#ffcaff
palette = 6=#8cf8f7
palette = 7=#eef1f8
palette = 8=#4f5258
palette = 9=#ffc0b9
palette = 10=#b3f6c0
palette = 11=#fce094
palette = 12=#a6dbff
palette = 13=#ffcaff
palette = 14=#8cf8f7
palette = 15=#eef1f8
background = 14161b
foreground = e0e2ea
cursor-color = 9b9ea4
selection-background = 4f5258
selection-foreground = e0e2ea
21 changes: 21 additions & 0 deletions ghostty/NvimLight
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
palette = 0=#07080d
palette = 1=#590008
palette = 2=#005523
palette = 3=#6b5300
palette = 4=#004c73
palette = 5=#470045
palette = 6=#007373
palette = 7=#eef1f8
palette = 8=#4f5258
palette = 9=#590008
palette = 10=#005523
palette = 11=#6b5300
palette = 12=#004c73
palette = 13=#470045
palette = 14=#007373
palette = 15=#eef1f8
background = e0e2ea
foreground = 14161b
cursor-color = 9b9ea4
selection-background = 9b9ea4
selection-foreground = 14161b
44 changes: 44 additions & 0 deletions hexchat/NvimDark.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@


color_0 = eeee f1f1 f8f8
color_1 = 0707 0808 0d0d
color_2 = a6a6 dbdb ffff
color_3 = b3b3 f6f6 c0c0
color_4 = ffff c0c0 b9b9
color_5 = fcfc e0e0 9494
color_6 = ffff caca ffff
color_7 = ffff c0c0 b9b9
color_8 = fcfc e0e0 9494
color_9 = b3b3 f6f6 c0c0
color_10 = 8c8c f8f8 f7f7
color_11 = 8c8c f8f8 f7f7
color_12 = a6a6 dbdb ffff
color_13 = ffff caca ffff
color_14 = 4f4f 5252 5858
color_15 = eeee f1f1 f8f8
color_16 = eeee f1f1 f8f8
color_17 = 0707 0808 0d0d
color_18 = a6a6 dbdb ffff
color_19 = b3b3 f6f6 c0c0
color_20 = ffff c0c0 b9b9
color_21 = fcfc e0e0 9494
color_22 = ffff caca ffff
color_23 = ffff c0c0 b9b9
color_24 = fcfc e0e0 9494
color_25 = b3b3 f6f6 c0c0
color_26 = 8c8c f8f8 f7f7
color_27 = 8c8c f8f8 f7f7
color_28 = a6a6 dbdb ffff
color_29 = ffff caca ffff
color_30 = 4f4f 5252 5858
color_31 = eeee f1f1 f8f8
color_256 = e0e0 e2e2 eaea
color_257 = 4f4f 5252 5858
color_258 = e0e0 e2e2 eaea
color_259 = 1414 1616 1b1b
color_260 = fcfc e0e0 9494
color_261 = a6a6 dbdb ffff
color_262 = b3b3 f6f6 c0c0
color_263 = ffff c0c0 b9b9
color_264 = eeee f1f1 f8f8
color_265 = ffff c0c0 b9b9
Loading

0 comments on commit 56d74c3

Please sign in to comment.