Skip to content
Open
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 @@ -641,6 +641,10 @@ The screenshots are categorized.

![Screenshot](/screenshots/embers-dark.png)

### Emerald Synth

![Screenshot](/screenshots/emerald-synth.png)

### ENCOM

![Screenshot](/screenshots/encom.png)
Expand Down
43 changes: 43 additions & 0 deletions Xresources/Emerald Synth
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
!
! Emerald Synth
!
*.foreground: #00ffcc
*.background: #0d0221
*.cursorColor: #ff79c6
!
! Black
*.color0: #0a0118
*.color8: #6a5585
!
! Red
*.color1: #ff2a6d
*.color9: #ff5c8a
!
! Green
*.color2: #00e67e
*.color10: #40ffdd
!
! Yellow
*.color3: #ffcc66
*.color11: #ffe099
!
! Blue
*.color4: #8b9cf7
*.color12: #b0b8fc
!
! Magenta
*.color5: #ff79c6
*.color13: #ff9ed0
!
! Cyan
*.color6: #4dd0e1
*.color14: #7ee0ec
!
! White
*.color7: #f0e6ff
*.color15: #ffffff
!
! Bold, Italic, Underline
*.colorBD: #00ffcc
!*.colorIT:
!*.colorUL:
33 changes: 33 additions & 0 deletions alacritty/Emerald Synth.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Colors (Emerald Synth)

[colors.bright]
black = '#6a5585'
blue = '#b0b8fc'
cyan = '#7ee0ec'
green = '#40ffdd'
magenta = '#ff9ed0'
red = '#ff5c8a'
white = '#ffffff'
yellow = '#ffe099'

[colors.cursor]
cursor = '#ff79c6'
text = '#0d0221'

[colors.normal]
black = '#0a0118'
blue = '#8b9cf7'
cyan = '#4dd0e1'
green = '#00e67e'
magenta = '#ff79c6'
red = '#ff2a6d'
white = '#f0e6ff'
yellow = '#ffcc66'

[colors.primary]
background = '#0d0221'
foreground = '#00ffcc'

[colors.selection]
background = '#2e6b5f'
text = '#00ffcc'
7 changes: 7 additions & 0 deletions dynamic-colors/Emerald Synth.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# Emerald Synth
printf "\033]4;0;#0a0118;1;#ff2a6d;2;#00e67e;3;#ffcc66;4;#8b9cf7;5;#ff79c6;6;#4dd0e1;7;#f0e6ff;8;#6a5585;9;#ff5c8a;10;#40ffdd;11;#ffe099;12;#b0b8fc;13;#ff9ed0;14;#7ee0ec;15;#ffffff\007"
printf "\033]10;#00ffcc;#0d0221;#ff79c6\007"
printf "\033]17;#2e6b5f\007"
printf "\033]19;#00ffcc\007"
printf "\033]5;0;#00ffcc\007"
35 changes: 35 additions & 0 deletions electerm/Emerald Synth.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=Emerald Synth
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=#0d0221
terminal:background=#0d0221
terminal:foreground=#00ffcc
terminal:cursor=#ff79c6
terminal:selection=#2e6b5f
terminal:cursorAccent=#0d0221
terminal:black=#0a0118
terminal:red=#ff2a6d
terminal:green=#00e67e
terminal:yellow=#ffcc66
terminal:blue=#8b9cf7
terminal:magenta=#ff79c6
terminal:cyan=#4dd0e1
terminal:white=#f0e6ff
terminal:brightBlack=#6a5585
terminal:brightRed=#ff5c8a
terminal:brightGreen=#40ffdd
terminal:brightYellow=#ffe099
terminal:brightBlue=#b0b8fc
terminal:brightMagenta=#ff9ed0
terminal:brightCyan=#7ee0ec
terminal:brightWhite=#ffffff
25 changes: 25 additions & 0 deletions foot/Emerald Synth.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

[cursor]
color=0d0221 ff79c6

[colors]
foreground=00ffcc
background=0d0221
regular0=0a0118
regular1=ff2a6d
regular2=00e67e
regular3=ffcc66
regular4=8b9cf7
regular5=ff79c6
regular6=4dd0e1
regular7=f0e6ff
bright0=6a5585
bright1=ff5c8a
bright2=40ffdd
bright3=ffe099
bright4=b0b8fc
bright5=ff9ed0
bright6=7ee0ec
bright7=ffffff
selection-foreground=00ffcc
selection-background=2e6b5f
17 changes: 17 additions & 0 deletions freebsd_vt/Emerald Synth.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Emerald Synth
kern.vt.color.0.rgb="#0a0118"
kern.vt.color.1.rgb="#ff2a6d"
kern.vt.color.2.rgb="#00e67e"
kern.vt.color.3.rgb="#ffcc66"
kern.vt.color.4.rgb="#8b9cf7"
kern.vt.color.5.rgb="#ff79c6"
kern.vt.color.6.rgb="#4dd0e1"
kern.vt.color.7.rgb="#00ffcc"
kern.vt.color.8.rgb="#6a5585"
kern.vt.color.9.rgb="#ff5c8a"
kern.vt.color.10.rgb="#40ffdd"
kern.vt.color.11.rgb="#ffe099"
kern.vt.color.12.rgb="#b0b8fc"
kern.vt.color.13.rgb="#ff9ed0"
kern.vt.color.14.rgb="#7ee0ec"
kern.vt.color.15.rgb="#ffffff"
72 changes: 72 additions & 0 deletions generic/Emerald Synth.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
#!/bin/sh
# Emerald Synth

# 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 "0a/01/18"
put_template 1 "ff/2a/6d"
put_template 2 "00/e6/7e"
put_template 3 "ff/cc/66"
put_template 4 "8b/9c/f7"
put_template 5 "ff/79/c6"
put_template 6 "4d/d0/e1"
put_template 7 "f0/e6/ff"
put_template 8 "6a/55/85"
put_template 9 "ff/5c/8a"
put_template 10 "40/ff/dd"
put_template 11 "ff/e0/99"
put_template 12 "b0/b8/fc"
put_template 13 "ff/9e/d0"
put_template 14 "7e/e0/ec"
put_template 15 "ff/ff/ff"

color_foreground="00/ff/cc"
color_background="0d/02/21"

if [ -n "$ITERM_SESSION_ID" ]; then
# iTerm2 proprietary escape codes
put_template_custom Pg "00ffcc"
put_template_custom Ph "0d0221"
put_template_custom Pi "00ffcc"
put_template_custom Pj "2e6b5f"
put_template_custom Pk "00ffcc"
put_template_custom Pl "ff79c6"
put_template_custom Pm "0d0221"
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/Emerald Synth
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
palette = 0=#0a0118
palette = 1=#ff2a6d
palette = 2=#00e67e
palette = 3=#ffcc66
palette = 4=#8b9cf7
palette = 5=#ff79c6
palette = 6=#4dd0e1
palette = 7=#f0e6ff
palette = 8=#6a5585
palette = 9=#ff5c8a
palette = 10=#40ffdd
palette = 11=#ffe099
palette = 12=#b0b8fc
palette = 13=#ff9ed0
palette = 14=#7ee0ec
palette = 15=#ffffff
background = #0d0221
foreground = #00ffcc
cursor-color = #ff79c6
cursor-text = #0d0221
selection-background = #2e6b5f
selection-foreground = #00ffcc
44 changes: 44 additions & 0 deletions hexchat/Emerald Synth.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@


color_0 = f0f0 e6e6 ffff
color_1 = 0a0a 0101 1818
color_2 = 8b8b 9c9c f7f7
color_3 = 0000 e6e6 7e7e
color_4 = ffff 2a2a 6d6d
color_5 = ffff cccc 6666
color_6 = ffff 7979 c6c6
color_7 = ffff 5c5c 8a8a
color_8 = ffff e0e0 9999
color_9 = 4040 ffff dddd
color_10 = 4d4d d0d0 e1e1
color_11 = 7e7e e0e0 ecec
color_12 = b0b0 b8b8 fcfc
color_13 = ffff 9e9e d0d0
color_14 = 6a6a 5555 8585
color_15 = ffff ffff ffff
color_16 = f0f0 e6e6 ffff
color_17 = 0a0a 0101 1818
color_18 = 8b8b 9c9c f7f7
color_19 = 0000 e6e6 7e7e
color_20 = ffff 2a2a 6d6d
color_21 = ffff cccc 6666
color_22 = ffff 7979 c6c6
color_23 = ffff 5c5c 8a8a
color_24 = ffff e0e0 9999
color_25 = 4040 ffff dddd
color_26 = 4d4d d0d0 e1e1
color_27 = 7e7e e0e0 ecec
color_28 = b0b0 b8b8 fcfc
color_29 = ffff 9e9e d0d0
color_30 = 6a6a 5555 8585
color_31 = ffff ffff ffff
color_256 = 0000 ffff cccc
color_257 = 2e2e 6b6b 5f5f
color_258 = 0000 ffff cccc
color_259 = 0d0d 0202 2121
color_260 = ffff cccc 6666
color_261 = 8b8b 9c9c f7f7
color_262 = 0000 e6e6 7e7e
color_263 = ffff 5c5c 8a8a
color_264 = ffff ffff ffff
color_265 = ffff 2a2a 6d6d
24 changes: 24 additions & 0 deletions iterm-dynamic-colors/Emerald Synth.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/sh
# Emerald Synth
printf "\033]P00a0118\033\\"
printf "\033]P1ff2a6d\033\\"
printf "\033]P200e67e\033\\"
printf "\033]P3ffcc66\033\\"
printf "\033]P48b9cf7\033\\"
printf "\033]P5ff79c6\033\\"
printf "\033]P64dd0e1\033\\"
printf "\033]P7f0e6ff\033\\"
printf "\033]P86a5585\033\\"
printf "\033]P9ff5c8a\033\\"
printf "\033]Pa40ffdd\033\\"
printf "\033]Pbffe099\033\\"
printf "\033]Pcb0b8fc\033\\"
printf "\033]Pdff9ed0\033\\"
printf "\033]Pe7ee0ec\033\\"
printf "\033]Pfffffff\033\\"
printf "\033]Pg00ffcc\033\\"
printf "\033]Ph0d0221\033\\"
printf "\033]Plff79c6\033\\"
printf "\033]Pj2e6b5f\033\\"
printf "\033]Pk00ffcc\033\\"
printf "\033]Pi00ffcc\033\\"
22 changes: 22 additions & 0 deletions kitty/Emerald Synth.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
color0 #0a0118
color1 #ff2a6d
color2 #00e67e
color3 #ffcc66
color4 #8b9cf7
color5 #ff79c6
color6 #4dd0e1
color7 #f0e6ff
color8 #6a5585
color9 #ff5c8a
color10 #40ffdd
color11 #ffe099
color12 #b0b8fc
color13 #ff9ed0
color14 #7ee0ec
color15 #ffffff
background #0d0221
selection_foreground #0d0221
cursor #ff79c6
cursor_text_color #0d0221
foreground #00ffcc
selection_background #00ffcc
Loading