Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CobaltNext (and subthemes Dark, Minimal) #503

Merged
merged 8 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ The Cobalt2 theme was created by [wesbos](https://github.com/wesbos/Cobalt2-iter

The Cobalt Neon theme was created by [vazquez](https://github.com/vazquez/cobalt-neon-iterm)

The CobaltNext themes were created by [davidleininger](https://github.com/davidleininger/cobaltnext-vscode) and were ported by [WardsParadox](https://github.com/WardsParadox)

The coffee theme was created by [cbitterfield](https://github.com/cbitterfield)

The CutiePro theme was created by [jezzy](https://github.com/jezzy-ultra)
Expand Down
43 changes: 43 additions & 0 deletions Xresources/CobaltNext
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
!
! CobaltNext
!
*.foreground: #d8dee9
*.background: #1b2b34
*.cursorColor: #fac863
!
! Black
*.color0: #000000
*.color8: #65737e
!
! Red
*.color1: #ed5f7d
*.color9: #d6838c
!
! Green
*.color2: #99c794
*.color10: #c1dcbe
!
! Yellow
*.color3: #fac863
*.color11: #ffde9b
!
! Blue
*.color4: #5a9bcf
*.color12: #8abee7
!
! Magenta
*.color5: #c5a5c5
*.color13: #edcded
!
! Cyan
*.color6: #5fb3b3
*.color14: #9be2e2
!
! White
*.color7: #d8dee9
*.color15: #ffffff
!
! Bold, Italic, Underline
*.colorBD: #ffffff
!*.colorIT:
!*.colorUL:
43 changes: 43 additions & 0 deletions Xresources/CobaltNext-Dark
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
!
! CobaltNext-Dark
!
*.foreground: #d8dee9
*.background: #0f1c23
*.cursorColor: #fac863
!
! Black
*.color0: #282f36
*.color8: #65737e
!
! Red
*.color1: #e6576a
*.color9: #d6838c
!
! Green
*.color2: #99c794
*.color10: #c1dcbe
!
! Yellow
*.color3: #fac863
*.color11: #ffde9b
!
! Blue
*.color4: #5a9bcf
*.color12: #8abee7
!
! Magenta
*.color5: #c5a5c5
*.color13: #edcded
!
! Cyan
*.color6: #5fb3b3
*.color14: #9be2e2
!
! White
*.color7: #d8dee9
*.color15: #ffffff
!
! Bold, Italic, Underline
*.colorBD: #ffffff
!*.colorIT:
!*.colorUL:
43 changes: 43 additions & 0 deletions Xresources/CobaltNext-Minimal
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
!
! CobaltNext-Minimal
!
*.foreground: #d8dee9
*.background: #0f1c23
*.cursorColor: #5fb3b3
!
! Black
*.color0: #343d46
*.color8: #65737e
!
! Red
*.color1: #ed6f7d
*.color9: #d6838c
!
! Green
*.color2: #99c794
*.color10: #c1dcbe
!
! Yellow
*.color3: #fac863
*.color11: #ffde9b
!
! Blue
*.color4: #5a9bcf
*.color12: #8abee7
!
! Magenta
*.color5: #c5a5c5
*.color13: #edcded
!
! Cyan
*.color6: #5fb3b3
*.color14: #9be2e2
!
! White
*.color7: #d8dee9
*.color15: #ffffff
!
! Bold, Italic, Underline
*.colorBD: #ffffff
!*.colorIT:
!*.colorUL:
33 changes: 33 additions & 0 deletions alacritty/CobaltNext-Dark.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Colors (CobaltNext-Dark)

[colors.bright]
black = '#65737e'
blue = '#8abee7'
cyan = '#9be2e2'
green = '#c1dcbe'
magenta = '#edcded'
red = '#d6838c'
white = '#ffffff'
yellow = '#ffde9b'

[colors.cursor]
cursor = '#fac863'
text = '#ffffff'

[colors.normal]
black = '#282f36'
blue = '#5a9bcf'
cyan = '#5fb3b3'
green = '#99c794'
magenta = '#c5a5c5'
red = '#e6576a'
white = '#d8dee9'
yellow = '#fac863'

[colors.primary]
background = '#0f1c23'
foreground = '#d8dee9'

[colors.selection]
background = '#5fb3b3'
text = '#ffffff'
33 changes: 33 additions & 0 deletions alacritty/CobaltNext-Minimal.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Colors (CobaltNext-Minimal)

[colors.bright]
black = '#65737e'
blue = '#8abee7'
cyan = '#9be2e2'
green = '#c1dcbe'
magenta = '#edcded'
red = '#d6838c'
white = '#ffffff'
yellow = '#ffde9b'

[colors.cursor]
cursor = '#5fb3b3'
text = '#ffffff'

[colors.normal]
black = '#343d46'
blue = '#5a9bcf'
cyan = '#5fb3b3'
green = '#99c794'
magenta = '#c5a5c5'
red = '#ed6f7d'
white = '#d8dee9'
yellow = '#fac863'

[colors.primary]
background = '#0f1c23'
foreground = '#d8dee9'

[colors.selection]
background = '#5fb3b3'
text = '#ffffff'
33 changes: 33 additions & 0 deletions alacritty/CobaltNext.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Colors (CobaltNext)

[colors.bright]
black = '#65737e'
blue = '#8abee7'
cyan = '#9be2e2'
green = '#c1dcbe'
magenta = '#edcded'
red = '#d6838c'
white = '#ffffff'
yellow = '#ffde9b'

[colors.cursor]
cursor = '#fac863'
text = '#d8dee9'

[colors.normal]
black = '#000000'
blue = '#5a9bcf'
cyan = '#5fb3b3'
green = '#99c794'
magenta = '#c5a5c5'
red = '#ed5f7d'
white = '#d8dee9'
yellow = '#fac863'

[colors.primary]
background = '#1b2b34'
foreground = '#d8dee9'

[colors.selection]
background = '#4f5b66'
text = '#ffffff'
7 changes: 7 additions & 0 deletions dynamic-colors/CobaltNext-Dark.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# CobaltNext-Dark
printf "\033]4;0;#282f36;1;#e6576a;2;#99c794;3;#fac863;4;#5a9bcf;5;#c5a5c5;6;#5fb3b3;7;#d8dee9;8;#65737e;9;#d6838c;10;#c1dcbe;11;#ffde9b;12;#8abee7;13;#edcded;14;#9be2e2;15;#ffffff\007"
printf "\033]10;#d8dee9;#0f1c23;#fac863\007"
printf "\033]17;#5fb3b3\007"
printf "\033]19;#ffffff\007"
printf "\033]5;0;#ffffff\007"
7 changes: 7 additions & 0 deletions dynamic-colors/CobaltNext-Minimal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# CobaltNext-Minimal
printf "\033]4;0;#343d46;1;#ed6f7d;2;#99c794;3;#fac863;4;#5a9bcf;5;#c5a5c5;6;#5fb3b3;7;#d8dee9;8;#65737e;9;#d6838c;10;#c1dcbe;11;#ffde9b;12;#8abee7;13;#edcded;14;#9be2e2;15;#ffffff\007"
printf "\033]10;#d8dee9;#0f1c23;#5fb3b3\007"
printf "\033]17;#5fb3b3\007"
printf "\033]19;#ffffff\007"
printf "\033]5;0;#ffffff\007"
7 changes: 7 additions & 0 deletions dynamic-colors/CobaltNext.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# CobaltNext
printf "\033]4;0;#000000;1;#ed5f7d;2;#99c794;3;#fac863;4;#5a9bcf;5;#c5a5c5;6;#5fb3b3;7;#d8dee9;8;#65737e;9;#d6838c;10;#c1dcbe;11;#ffde9b;12;#8abee7;13;#edcded;14;#9be2e2;15;#ffffff\007"
printf "\033]10;#d8dee9;#1b2b34;#fac863\007"
printf "\033]17;#4f5b66\007"
printf "\033]19;#ffffff\007"
printf "\033]5;0;#ffffff\007"
35 changes: 35 additions & 0 deletions electerm/CobaltNext-Dark.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=CobaltNext-Dark
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=#0f1c23
terminal:background=#0f1c23
terminal:foreground=#d8dee9
terminal:cursor=#fac863
terminal:selection=#5fb3b3
terminal:cursorAccent=#0f1c23
terminal:black=#282f36
terminal:red=#e6576a
terminal:green=#99c794
terminal:yellow=#fac863
terminal:blue=#5a9bcf
terminal:magenta=#c5a5c5
terminal:cyan=#5fb3b3
terminal:white=#d8dee9
terminal:brightBlack=#65737e
terminal:brightRed=#d6838c
terminal:brightGreen=#c1dcbe
terminal:brightYellow=#ffde9b
terminal:brightBlue=#8abee7
terminal:brightMagenta=#edcded
terminal:brightCyan=#9be2e2
terminal:brightWhite=#ffffff
35 changes: 35 additions & 0 deletions electerm/CobaltNext-Minimal.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=CobaltNext-Minimal
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=#0f1c23
terminal:background=#0f1c23
terminal:foreground=#d8dee9
terminal:cursor=#5fb3b3
terminal:selection=#5fb3b3
terminal:cursorAccent=#0f1c23
terminal:black=#343d46
terminal:red=#ed6f7d
terminal:green=#99c794
terminal:yellow=#fac863
terminal:blue=#5a9bcf
terminal:magenta=#c5a5c5
terminal:cyan=#5fb3b3
terminal:white=#d8dee9
terminal:brightBlack=#65737e
terminal:brightRed=#d6838c
terminal:brightGreen=#c1dcbe
terminal:brightYellow=#ffde9b
terminal:brightBlue=#8abee7
terminal:brightMagenta=#edcded
terminal:brightCyan=#9be2e2
terminal:brightWhite=#ffffff
37 changes: 37 additions & 0 deletions electerm/CobaltNext.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

themeName=CobaltNext
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=#1b2b34
terminal:background=#1b2b34
terminal:foreground=#d8dee9
terminal:cursor=#fac863
terminal:selection=#4f5b66
terminal:cursorAccent=#1b2b34
terminal:black=#000000
terminal:red=#ed5f7d
terminal:green=#99c794
terminal:yellow=#fac863
terminal:blue=#5a9bcf
terminal:magenta=#c5a5c5
terminal:cyan=#5fb3b3
terminal:white=#d8dee9
terminal:brightBlack=#65737e
terminal:brightRed=#d6838c
terminal:brightGreen=#c1dcbe
terminal:brightYellow=#ffde9b
terminal:brightBlue=#8abee7
terminal:brightMagenta=#edcded
terminal:brightCyan=#9be2e2
terminal:brightWhite=#ffffff
Loading