Skip to content

Commit

Permalink
Add nightfox, dayfox, and terafox themes
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Jan 10, 2024
1 parent 53acae0 commit fdfe160
Show file tree
Hide file tree
Showing 90 changed files with 2,980 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ The theme Neon was created by [phosphorcube](https://github.com/phosphorcube/iTe

The Neutron theme was created by [Ch4s3](https://github.com/Ch4s3/iTerm2-Neutron)

The Nightfox, Dayfox and Terafox theme was created by [EdenEast](https://github.com/edeneast/nightfox.nvim)

The NightLion themes were created by [Curvve Media](http://www.curvve.com/blog/category/themes/)

The Night Owlish Light theme was created by [praveenpuglia](https://github.com/praveenpuglia) based on [sdras](https://github.com/sdras)'s [Night Owl](https://github.com/sdras/night-owl-vscode-theme) VS Code theme.
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,10 @@ Do you want to convert existing iTerm themes to themes for your favorite termina

![Screenshot](screenshots/darkside.png)

### Dayfox

![Screenshot](screenshots/dayfox.png)

### Deep

![Screenshot](screenshots/deep.png)
Expand Down Expand Up @@ -874,6 +878,10 @@ Do you want to convert existing iTerm themes to themes for your favorite termina

![Screenshot](screenshots/neutron.png)

### Nightfox

![Screenshot](screenshots/nightfox.png)

### NightLion v1

![Screenshot](screenshots/nightlion_v1.png)
Expand Down Expand Up @@ -1215,6 +1223,10 @@ more information.

![Screenshot](screenshots/teerb.png)

### Terafox

![Screenshot](screenshots/terafox.png)

### Terminal Basic

![Screenshot](screenshots/terminal_basic.png)
Expand Down
44 changes: 44 additions & 0 deletions Xresources/dayfox
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #3d2b5a
*.background: #f6f2ee
*.cursorColor: #3d2b5a
!
! Black
*.color0: #352c24
*.color8: #534c45
!
! Red
*.color1: #a5222f
*.color9: #b3434e
!
! Green
*.color2: #396847
*.color10: #577f63
!
! Yellow
*.color3: #ac5402
*.color11: #b86e28
!
! Blue
*.color4: #2848a9
*.color12: #4863b6
!
! Magenta
*.color5: #6e33ce
*.color13: #8452d5
!
! Cyan
*.color6: #287980
*.color14: #488d93
!
! White
*.color7: #f2e9e1
*.color15: #f4ece6
!
! Bold, Italic, Underline
*.colorBD: #3d2b5a
!*.colorIT:
!*.colorUL:
44 changes: 44 additions & 0 deletions Xresources/nightfox
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #cdcecf
*.background: #192330
*.cursorColor: #cdcecf
!
! Black
*.color0: #393b44
*.color8: #575860
!
! Red
*.color1: #c94f6d
*.color9: #d16983
!
! Green
*.color2: #81b29a
*.color10: #8ebaa4
!
! Yellow
*.color3: #dbc074
*.color11: #e0c989
!
! Blue
*.color4: #719cd6
*.color12: #86abdc
!
! Magenta
*.color5: #9d79d6
*.color13: #baa1e2
!
! Cyan
*.color6: #63cdcf
*.color14: #7ad5d6
!
! White
*.color7: #dfdfe0
*.color15: #e4e4e5
!
! Bold, Italic, Underline
*.colorBD: #cdcecf
!*.colorIT:
!*.colorUL:
44 changes: 44 additions & 0 deletions Xresources/terafox
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #e6eaea
*.background: #152528
*.cursorColor: #e6eaea
!
! Black
*.color0: #2f3239
*.color8: #4e5157
!
! Red
*.color1: #e85c51
*.color9: #eb746b
!
! Green
*.color2: #7aa4a1
*.color10: #8eb2af
!
! Yellow
*.color3: #fda47f
*.color11: #fdb292
!
! Blue
*.color4: #5a93aa
*.color12: #73a3b7
!
! Magenta
*.color5: #ad5c7c
*.color13: #b97490
!
! Cyan
*.color6: #a1cdd8
*.color14: #afd4de
!
! White
*.color7: #ebebeb
*.color15: #eeeeee
!
! Bold, Italic, Underline
*.colorBD: #e6eaea
!*.colorIT:
!*.colorUL:
29 changes: 29 additions & 0 deletions alacritty/dayfox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (dayfox)
colors:
bright:
black: '#534c45'
blue: '#4863b6'
cyan: '#488d93'
green: '#577f63'
magenta: '#8452d5'
red: '#b3434e'
white: '#f4ece6'
yellow: '#b86e28'
cursor:
cursor: '#3d2b5a'
text: '#f6f2ee'
normal:
black: '#352c24'
blue: '#2848a9'
cyan: '#287980'
green: '#396847'
magenta: '#6e33ce'
red: '#a5222f'
white: '#f2e9e1'
yellow: '#ac5402'
primary:
background: '#f6f2ee'
foreground: '#3d2b5a'
selection:
background: '#e7d2be'
text: '#3d2b5a'
29 changes: 29 additions & 0 deletions alacritty/nightfox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (nightfox)
colors:
bright:
black: '#575860'
blue: '#86abdc'
cyan: '#7ad5d6'
green: '#8ebaa4'
magenta: '#baa1e2'
red: '#d16983'
white: '#e4e4e5'
yellow: '#e0c989'
cursor:
cursor: '#cdcecf'
text: '#192330'
normal:
black: '#393b44'
blue: '#719cd6'
cyan: '#63cdcf'
green: '#81b29a'
magenta: '#9d79d6'
red: '#c94f6d'
white: '#dfdfe0'
yellow: '#dbc074'
primary:
background: '#192330'
foreground: '#cdcecf'
selection:
background: '#2b3b51'
text: '#cdcecf'
29 changes: 29 additions & 0 deletions alacritty/terafox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (terafox)
colors:
bright:
black: '#4e5157'
blue: '#73a3b7'
cyan: '#afd4de'
green: '#8eb2af'
magenta: '#b97490'
red: '#eb746b'
white: '#eeeeee'
yellow: '#fdb292'
cursor:
cursor: '#e6eaea'
text: '#152528'
normal:
black: '#2f3239'
blue: '#5a93aa'
cyan: '#a1cdd8'
green: '#7aa4a1'
magenta: '#ad5c7c'
red: '#e85c51'
white: '#ebebeb'
yellow: '#fda47f'
primary:
background: '#152528'
foreground: '#e6eaea'
selection:
background: '#293e40'
text: '#e6eaea'
7 changes: 7 additions & 0 deletions dynamic-colors/dayfox.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# dayfox
printf "\033]4;0;#352c24;1;#a5222f;2;#396847;3;#ac5402;4;#2848a9;5;#6e33ce;6;#287980;7;#f2e9e1;8;#534c45;9;#b3434e;10;#577f63;11;#b86e28;12;#4863b6;13;#8452d5;14;#488d93;15;#f4ece6\007"
printf "\033]10;#3d2b5a;#f6f2ee;#3d2b5a\007"
printf "\033]17;#e7d2be\007"
printf "\033]19;#3d2b5a\007"
printf "\033]5;0;#3d2b5a\007"
7 changes: 7 additions & 0 deletions dynamic-colors/nightfox.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# nightfox
printf "\033]4;0;#393b44;1;#c94f6d;2;#81b29a;3;#dbc074;4;#719cd6;5;#9d79d6;6;#63cdcf;7;#dfdfe0;8;#575860;9;#d16983;10;#8ebaa4;11;#e0c989;12;#86abdc;13;#baa1e2;14;#7ad5d6;15;#e4e4e5\007"
printf "\033]10;#cdcecf;#192330;#cdcecf\007"
printf "\033]17;#2b3b51\007"
printf "\033]19;#cdcecf\007"
printf "\033]5;0;#cdcecf\007"
7 changes: 7 additions & 0 deletions dynamic-colors/terafox.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# terafox
printf "\033]4;0;#2f3239;1;#e85c51;2;#7aa4a1;3;#fda47f;4;#5a93aa;5;#ad5c7c;6;#a1cdd8;7;#ebebeb;8;#4e5157;9;#eb746b;10;#8eb2af;11;#fdb292;12;#73a3b7;13;#b97490;14;#afd4de;15;#eeeeee\007"
printf "\033]10;#e6eaea;#152528;#e6eaea\007"
printf "\033]17;#293e40\007"
printf "\033]19;#e6eaea\007"
printf "\033]5;0;#e6eaea\007"
37 changes: 37 additions & 0 deletions electerm/dayfox.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

themeName=dayfox
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=#f6f2ee
terminal:background=#f6f2ee
terminal:foreground=#3d2b5a
terminal:cursor=#3d2b5a
terminal:selection=#e7d2be
terminal:cursorAccent=#f6f2ee
terminal:black=#352c24
terminal:red=#a5222f
terminal:green=#396847
terminal:yellow=#ac5402
terminal:blue=#2848a9
terminal:magenta=#6e33ce
terminal:cyan=#287980
terminal:white=#f2e9e1
terminal:brightBlack=#534c45
terminal:brightRed=#b3434e
terminal:brightGreen=#577f63
terminal:brightYellow=#b86e28
terminal:brightBlue=#4863b6
terminal:brightMagenta=#8452d5
terminal:brightCyan=#488d93
terminal:brightWhite=#f4ece6
35 changes: 35 additions & 0 deletions electerm/nightfox.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=nightfox
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=#192330
terminal:background=#192330
terminal:foreground=#cdcecf
terminal:cursor=#cdcecf
terminal:selection=#2b3b51
terminal:cursorAccent=#192330
terminal:black=#393b44
terminal:red=#c94f6d
terminal:green=#81b29a
terminal:yellow=#dbc074
terminal:blue=#719cd6
terminal:magenta=#9d79d6
terminal:cyan=#63cdcf
terminal:white=#dfdfe0
terminal:brightBlack=#575860
terminal:brightRed=#d16983
terminal:brightGreen=#8ebaa4
terminal:brightYellow=#e0c989
terminal:brightBlue=#86abdc
terminal:brightMagenta=#baa1e2
terminal:brightCyan=#7ad5d6
terminal:brightWhite=#e4e4e5
Loading

0 comments on commit fdfe160

Please sign in to comment.