Skip to content
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ The screenshots are categorized.

![Screenshot](/screenshots/cobalt2.png)

### Cool Night

![Screenshot](/screenshots/cool-night.png)

### Crayon Pony Fish

![Screenshot](/screenshots/crayon-pony-fish.png)
Expand Down
43 changes: 43 additions & 0 deletions Xresources/Cool Night
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
!
! Cool Night
!
*.foreground: #ecdef4
*.background: #010c18
*.cursorColor: #38ff9d
!
! Black
*.color0: #0b3b61
*.color8: #63686d
!
! Red
*.color1: #ff3a3a
*.color9: #ff54b0
!
! Green
*.color2: #52ffd0
*.color10: #74ffd8
!
! Yellow
*.color3: #fff383
*.color11: #fcf5ae
!
! Blue
*.color4: #1376f9
*.color12: #388eff
!
! Magenta
*.color5: #c792ea
*.color13: #ae81ff
!
! Cyan
*.color6: #ff5ed4
*.color14: #ff6ad7
!
! White
*.color7: #16fda2
*.color15: #60fbbf
!
! Bold, Italic, Underline
*.colorBD: #eeeeee
!*.colorIT:
!*.colorUL:
33 changes: 33 additions & 0 deletions alacritty/Cool Night.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Colors (Cool Night)

[colors.bright]
black = '#63686d'
blue = '#388eff'
cyan = '#ff6ad7'
green = '#74ffd8'
magenta = '#ae81ff'
red = '#ff54b0'
white = '#60fbbf'
yellow = '#fcf5ae'

[colors.cursor]
cursor = '#38ff9d'
text = '#000000'

[colors.normal]
black = '#0b3b61'
blue = '#1376f9'
cyan = '#ff5ed4'
green = '#52ffd0'
magenta = '#c792ea'
red = '#ff3a3a'
white = '#16fda2'
yellow = '#fff383'

[colors.primary]
background = '#010c18'
foreground = '#ecdef4'

[colors.selection]
background = '#38ff9c'
text = '#000000'
7 changes: 7 additions & 0 deletions dynamic-colors/Cool Night.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# Cool Night
printf "\033]4;0;#0b3b61;1;#ff3a3a;2;#52ffd0;3;#fff383;4;#1376f9;5;#c792ea;6;#ff5ed4;7;#16fda2;8;#63686d;9;#ff54b0;10;#74ffd8;11;#fcf5ae;12;#388eff;13;#ae81ff;14;#ff6ad7;15;#60fbbf\007"
printf "\033]10;#ecdef4;#010c18;#38ff9d\007"
printf "\033]17;#38ff9c\007"
printf "\033]19;#000000\007"
printf "\033]5;0;#eeeeee\007"
35 changes: 35 additions & 0 deletions electerm/Cool Night.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=Cool Night
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=#010c18
terminal:background=#010c18
terminal:foreground=#ecdef4
terminal:cursor=#38ff9d
terminal:selection=#38ff9c
terminal:cursorAccent=#010c18
terminal:black=#0b3b61
terminal:red=#ff3a3a
terminal:green=#52ffd0
terminal:yellow=#fff383
terminal:blue=#1376f9
terminal:magenta=#c792ea
terminal:cyan=#ff5ed4
terminal:white=#16fda2
terminal:brightBlack=#63686d
terminal:brightRed=#ff54b0
terminal:brightGreen=#74ffd8
terminal:brightYellow=#fcf5ae
terminal:brightBlue=#388eff
terminal:brightMagenta=#ae81ff
terminal:brightCyan=#ff6ad7
terminal:brightWhite=#60fbbf
25 changes: 25 additions & 0 deletions foot/Cool Night.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

[cursor]
color=000000 38ff9d

[colors]
foreground=ecdef4
background=010c18
regular0=0b3b61
regular1=ff3a3a
regular2=52ffd0
regular3=fff383
regular4=1376f9
regular5=c792ea
regular6=ff5ed4
regular7=16fda2
bright0=63686d
bright1=ff54b0
bright2=74ffd8
bright3=fcf5ae
bright4=388eff
bright5=ae81ff
bright6=ff6ad7
bright7=60fbbf
selection-foreground=000000
selection-background=38ff9c
17 changes: 17 additions & 0 deletions freebsd_vt/Cool Night.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Cool Night
kern.vt.color.0.rgb="#0b3b61"
kern.vt.color.1.rgb="#ff3a3a"
kern.vt.color.2.rgb="#52ffd0"
kern.vt.color.3.rgb="#fff383"
kern.vt.color.4.rgb="#1376f9"
kern.vt.color.5.rgb="#c792ea"
kern.vt.color.6.rgb="#ff5ed4"
kern.vt.color.7.rgb="#ecdef4"
kern.vt.color.8.rgb="#63686d"
kern.vt.color.9.rgb="#ff54b0"
kern.vt.color.10.rgb="#74ffd8"
kern.vt.color.11.rgb="#fcf5ae"
kern.vt.color.12.rgb="#388eff"
kern.vt.color.13.rgb="#ae81ff"
kern.vt.color.14.rgb="#ff6ad7"
kern.vt.color.15.rgb="#60fbbf"
72 changes: 72 additions & 0 deletions generic/Cool Night.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
#!/bin/sh
# Cool Night

# source for these helper functions:
# https://github.com/chriskempson/base16-shell/blob/master/templates/default.mustache
if [ -n "$TMUX" ]; then
# Tell tmux to pass the escape sequences through
# (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324)
put_template() { printf '\033Ptmux;\033\033]4;%d;rgb:%s\033\033\\\033\\' $@; }
put_template_var() { printf '\033Ptmux;\033\033]%d;rgb:%s\033\033\\\033\\' $@; }
put_template_custom() { printf '\033Ptmux;\033\033]%s%s\033\033\\\033\\' $@; }
elif [ "${TERM%%[-.]*}" = "screen" ]; then
# GNU screen (screen, screen-256color, screen-256color-bce)
put_template() { printf '\033P\033]4;%d;rgb:%s\007\033\\' $@; }
put_template_var() { printf '\033P\033]%d;rgb:%s\007\033\\' $@; }
put_template_custom() { printf '\033P\033]%s%s\007\033\\' $@; }
elif [ "${TERM%%-*}" = "linux" ]; then
put_template() { [ $1 -lt 16 ] && printf "\e]P%x%s" $1 $(echo $2 | sed 's/\///g'); }
put_template_var() { true; }
put_template_custom() { true; }
else
put_template() { printf '\033]4;%d;rgb:%s\033\\' $@; }
put_template_var() { printf '\033]%d;rgb:%s\033\\' $@; }
put_template_custom() { printf '\033]%s%s\033\\' $@; }
fi

# 16 color space
put_template 0 "0b/3b/61"
put_template 1 "ff/3a/3a"
put_template 2 "52/ff/d0"
put_template 3 "ff/f3/83"
put_template 4 "13/76/f9"
put_template 5 "c7/92/ea"
put_template 6 "ff/5e/d4"
put_template 7 "16/fd/a2"
put_template 8 "63/68/6d"
put_template 9 "ff/54/b0"
put_template 10 "74/ff/d8"
put_template 11 "fc/f5/ae"
put_template 12 "38/8e/ff"
put_template 13 "ae/81/ff"
put_template 14 "ff/6a/d7"
put_template 15 "60/fb/bf"

color_foreground="ec/de/f4"
color_background="01/0c/18"

if [ -n "$ITERM_SESSION_ID" ]; then
# iTerm2 proprietary escape codes
put_template_custom Pg "ecdef4"
put_template_custom Ph "010c18"
put_template_custom Pi "eeeeee"
put_template_custom Pj "38ff9c"
put_template_custom Pk "000000"
put_template_custom Pl "38ff9d"
put_template_custom Pm "000000"
else
put_template_var 10 $color_foreground
put_template_var 11 $color_background
if [ "${TERM%%-*}" = "rxvt" ]; then
put_template_var 708 $color_background # internal border (rxvt)
fi
put_template_custom 12 ";7" # cursor (reverse video)
fi

# clean up
unset -f put_template
unset -f put_template_var
unset -f put_template_custom

unset color_foreground
unset color_background
22 changes: 22 additions & 0 deletions ghostty/Cool Night
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
palette = 0=#0b3b61
palette = 1=#ff3a3a
palette = 2=#52ffd0
palette = 3=#fff383
palette = 4=#1376f9
palette = 5=#c792ea
palette = 6=#ff5ed4
palette = 7=#16fda2
palette = 8=#63686d
palette = 9=#ff54b0
palette = 10=#74ffd8
palette = 11=#fcf5ae
palette = 12=#388eff
palette = 13=#ae81ff
palette = 14=#ff6ad7
palette = 15=#60fbbf
background = #010c18
foreground = #ecdef4
cursor-color = #38ff9d
cursor-text = #000000
selection-background = #38ff9c
selection-foreground = #000000
44 changes: 44 additions & 0 deletions hexchat/Cool Night.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@


color_0 = 1616 fdfd a2a2
color_1 = 0b0b 3b3b 6161
color_2 = 1313 7676 f9f9
color_3 = 5252 ffff d0d0
color_4 = ffff 3a3a 3a3a
color_5 = ffff f3f3 8383
color_6 = c7c7 9292 eaea
color_7 = ffff 5454 b0b0
color_8 = fcfc f5f5 aeae
color_9 = 7474 ffff d8d8
color_10 = ffff 5e5e d4d4
color_11 = ffff 6a6a d7d7
color_12 = 3838 8e8e ffff
color_13 = aeae 8181 ffff
color_14 = 6363 6868 6d6d
color_15 = 6060 fbfb bfbf
color_16 = 1616 fdfd a2a2
color_17 = 0b0b 3b3b 6161
color_18 = 1313 7676 f9f9
color_19 = 5252 ffff d0d0
color_20 = ffff 3a3a 3a3a
color_21 = ffff f3f3 8383
color_22 = c7c7 9292 eaea
color_23 = ffff 5454 b0b0
color_24 = fcfc f5f5 aeae
color_25 = 7474 ffff d8d8
color_26 = ffff 5e5e d4d4
color_27 = ffff 6a6a d7d7
color_28 = 3838 8e8e ffff
color_29 = aeae 8181 ffff
color_30 = 6363 6868 6d6d
color_31 = 6060 fbfb bfbf
color_256 = 0000 0000 0000
color_257 = 3838 ffff 9c9c
color_258 = ecec dede f4f4
color_259 = 0101 0c0c 1818
color_260 = ffff f3f3 8383
color_261 = 1313 7676 f9f9
color_262 = 5252 ffff d0d0
color_263 = ffff 5454 b0b0
color_264 = 6060 fbfb bfbf
color_265 = ffff 3a3a 3a3a
24 changes: 24 additions & 0 deletions iterm-dynamic-colors/Cool Night.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/sh
# Cool Night
printf "\033]P00b3b61\033\\"
printf "\033]P1ff3a3a\033\\"
printf "\033]P252ffd0\033\\"
printf "\033]P3fff383\033\\"
printf "\033]P41376f9\033\\"
printf "\033]P5c792ea\033\\"
printf "\033]P6ff5ed4\033\\"
printf "\033]P716fda2\033\\"
printf "\033]P863686d\033\\"
printf "\033]P9ff54b0\033\\"
printf "\033]Pa74ffd8\033\\"
printf "\033]Pbfcf5ae\033\\"
printf "\033]Pc388eff\033\\"
printf "\033]Pdae81ff\033\\"
printf "\033]Peff6ad7\033\\"
printf "\033]Pf60fbbf\033\\"
printf "\033]Pgecdef4\033\\"
printf "\033]Ph010c18\033\\"
printf "\033]Pl38ff9d\033\\"
printf "\033]Pj38ff9c\033\\"
printf "\033]Pk000000\033\\"
printf "\033]Pieeeeee\033\\"
22 changes: 22 additions & 0 deletions kitty/Cool Night.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
color0 #0b3b61
color1 #ff3a3a
color2 #52ffd0
color3 #fff383
color4 #1376f9
color5 #c792ea
color6 #ff5ed4
color7 #16fda2
color8 #63686d
color9 #ff54b0
color10 #74ffd8
color11 #fcf5ae
color12 #388eff
color13 #ae81ff
color14 #ff6ad7
color15 #60fbbf
background #010c18
selection_foreground #010c18
cursor #38ff9d
cursor_text_color #000000
foreground #ecdef4
selection_background #ecdef4
Loading