Skip to content

Commit

Permalink
Add Synthwave Alpha theme (mbadolato#377)
Browse files Browse the repository at this point in the history
* Add Synthwave Alpha theme.

* Update selection color.
  • Loading branch information
vikpe authored Jul 27, 2022
1 parent c39f672 commit 8d3c591
Show file tree
Hide file tree
Showing 25 changed files with 719 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ The scheme Symfonic was inspired by the color scheme used in the [documentation]

The synthwave theme was created by [brettstil](https://github.com/brettstil/)

The Synthwave Alpha theme was created by [vikpe](https://github.com/vikpe) based on the [Synthwave Alpha](https://github.com/vikpe/synthwave-alpha) color palette

The Synthwave Everything theme was created by [smithbm2316](https://github.com/smithbm2316) based on [robb0wen's](https://github.com/robb0wen/) VS Code theme [Synthwave '84](https://github.com/robb0wen/synthwave-vscode)

The Tango Adapted theme and its slightly less bright counterpart Tango Half Adapted were created by [crowsonkb](https://github.com/crowsonkb), based on iTerm2's Tango Light theme.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,10 @@ more information.

![Screenshot](screenshots/synthwave.png)

### Synthwave Alpha

![Screenshot](screenshots/synthwave_alpha.png)

### Synthwave Everything

![Screenshot](screenshots/synthwave-everything.png)
Expand Down
44 changes: 44 additions & 0 deletions Xresources/SynthwaveAlpha
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #f2f2e3
*.background: #241b30
*.cursorColor: #f2f2e3
!
! Black
*.color0: #241b30
*.color8: #7f7094
!
! Red
*.color1: #e60a70
*.color9: #e60a70
!
! Green
*.color2: #00986c
*.color10: #0ae4a4
!
! Yellow
*.color3: #adad3e
*.color11: #f9f972
!
! Blue
*.color4: #6e29ad
*.color12: #aa54f9
!
! Magenta
*.color5: #b300ad
*.color13: #ff00f6
!
! Cyan
*.color6: #00b0b1
*.color14: #00fbfd
!
! White
*.color7: #b9b1bc
*.color15: #f2f2e3
!
! Bold, Italic, Underline
*.colorBD: #f2f2e3
!*.colorIT:
!*.colorUL:
29 changes: 29 additions & 0 deletions alacritty/SynthwaveAlpha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (SynthwaveAlpha)
colors:
bright:
black: '#7f7094'
blue: '#aa54f9'
cyan: '#00fbfd'
green: '#0ae4a4'
magenta: '#ff00f6'
red: '#e60a70'
white: '#f2f2e3'
yellow: '#f9f972'
cursor:
cursor: '#f2f2e3'
text: '#241b30'
normal:
black: '#241b30'
blue: '#6e29ad'
cyan: '#00b0b1'
green: '#00986c'
magenta: '#b300ad'
red: '#e60a70'
white: '#b9b1bc'
yellow: '#adad3e'
primary:
background: '#241b30'
foreground: '#f2f2e3'
selection:
background: '#6e29ad'
text: '#f2f2e3'
7 changes: 7 additions & 0 deletions dynamic-colors/SynthwaveAlpha.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# SynthwaveAlpha
printf "\033]4;0;#241b30;1;#e60a70;2;#00986c;3;#adad3e;4;#6e29ad;5;#b300ad;6;#00b0b1;7;#b9b1bc;8;#7f7094;9;#e60a70;10;#0ae4a4;11;#f9f972;12;#aa54f9;13;#ff00f6;14;#00fbfd;15;#f2f2e3\007"
printf "\033]10;#f2f2e3;#241b30;#f2f2e3\007"
printf "\033]17;#6e29ad\007"
printf "\033]19;#f2f2e3\007"
printf "\033]5;0;#f2f2e3\007"
35 changes: 35 additions & 0 deletions electerm/SynthwaveAlpha.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=SynthwaveAlpha
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=#241b30
terminal:background=#241b30
terminal:foreground=#f2f2e3
terminal:cursor=#f2f2e3
terminal:selection=#6e29ad
terminal:cursorAccent=#241b30
terminal:black=#241b30
terminal:red=#e60a70
terminal:green=#00986c
terminal:yellow=#adad3e
terminal:blue=#6e29ad
terminal:magenta=#b300ad
terminal:cyan=#00b0b1
terminal:white=#b9b1bc
terminal:brightBlack=#7f7094
terminal:brightRed=#e60a70
terminal:brightGreen=#0ae4a4
terminal:brightYellow=#f9f972
terminal:brightMagenta=#aa54f9
terminal:brightPurple=#ff00f6
terminal:brightCyan=#00fbfd
terminal:brightWhite=#f2f2e3
17 changes: 17 additions & 0 deletions freebsd_vt/SynthwaveAlpha.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SynthwaveAlpha
kern.vt.color.0.rgb="#241b30"
kern.vt.color.1.rgb="#e60a70"
kern.vt.color.2.rgb="#00986c"
kern.vt.color.3.rgb="#adad3e"
kern.vt.color.4.rgb="#6e29ad"
kern.vt.color.5.rgb="#b300ad"
kern.vt.color.6.rgb="#00b0b1"
kern.vt.color.7.rgb="#f2f2e3"
kern.vt.color.8.rgb="#7f7094"
kern.vt.color.9.rgb="#e60a70"
kern.vt.color.10.rgb="#0ae4a4"
kern.vt.color.11.rgb="#f9f972"
kern.vt.color.12.rgb="#aa54f9"
kern.vt.color.13.rgb="#ff00f6"
kern.vt.color.14.rgb="#00fbfd"
kern.vt.color.15.rgb="#f2f2e3"
21 changes: 21 additions & 0 deletions kitty/SynthwaveAlpha.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
color0 #241b30
color1 #e60a70
color2 #00986c
color3 #adad3e
color4 #6e29ad
color5 #b300ad
color6 #00b0b1
color7 #b9b1bc
color8 #7f7094
color9 #e60a70
color10 #0ae4a4
color11 #f9f972
color12 #aa54f9
color13 #ff00f6
color14 #00fbfd
color15 #f2f2e3
background #241b30
selection_foreground #241b30
cursor #f2f2e3
foreground #f2f2e3
selection_background #f2f2e3
65 changes: 65 additions & 0 deletions konsole/SynthwaveAlpha.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[General]
Description=SynthwaveAlpha
Opacity=1
Wallpaper=

[Background]
Color=36,27,48

[BackgroundIntense]
Color=36,27,48

[Foreground]
Color=242,242,227

[ForegroundIntense]
Color=242,242,227

[Color0]
Color=36,27,48

[Color1]
Color=230,10,112

[Color2Intense]
Color=10,228,164

[Color3Intense]
Color=249,249,114

[Color4Intense]
Color=170,84,249

[Color5Intense]
Color=255,0,246

[Color6Intense]
Color=0,251,253

[Color7Intense]
Color=242,242,227

[Color2]
Color=0,152,108

[Color3]
Color=173,173,62

[Color4]
Color=110,41,173

[Color5]
Color=179,0,173

[Color6]
Color=0,176,177

[Color7]
Color=185,177,188

[Color0Intense]
Color=127,112,148

[Color1Intense]
Color=230,10,112

20 changes: 20 additions & 0 deletions lxterminal/SynthwaveAlpha.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
;Paste the following configurations in thecorresponding place in lxterminal.conf.
bgcolor=rgba(36,27,48,1)
fgcolor=rgb(242,242,227)
palette_color_0=rgb(36,27,48)
palette_color_1=rgb(230,10,112)
palette_color_10=rgb(10,228,164)
palette_color_11=rgb(249,249,114)
palette_color_12=rgb(170,84,249)
palette_color_13=rgb(255,0,246)
palette_color_14=rgb(0,251,253)
palette_color_15=rgb(242,242,227)
palette_color_2=rgb(0,152,108)
palette_color_3=rgb(173,173,62)
palette_color_4=rgb(110,41,173)
palette_color_5=rgb(179,0,173)
palette_color_6=rgb(0,176,177)
palette_color_7=rgb(185,177,188)
palette_color_8=rgb(127,112,148)
palette_color_9=rgb(230,10,112)
color_preset=SynthwaveAlpha
23 changes: 23 additions & 0 deletions mobaxterm/SynthwaveAlpha.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
;Paste the following configurations in the corresponding place in MobaXterm.ini.
;Theme: SynthwaveAlpha
[Colors]
DefaultColorScheme=0
BackgroundColour=36,27,48
ForegroundColour=242,242,227
CursorColour=242,242,227
Black=36,27,48
Red=230,10,112
BoldGreen=10,228,164
BoldYellow=249,249,114
BoldBlue=170,84,249
BoldMagenta=255,0,246
BoldCyan=0,251,253
BoldWhite=242,242,227
Green=0,152,108
Yellow=173,173,62
Blue=110,41,173
Magenta=179,0,173
Cyan=0,176,177
White=185,177,188
BoldBlack=127,112,148
BoldRed=230,10,112
9 changes: 9 additions & 0 deletions pantheonterminal/SynthwaveAlpha.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
dconf load /org/pantheon/terminal/settings/ <<COLORS
[/]
name='SynthwaveAlpha'
cursor-color='#f2f2e3'
foreground='#f2f2e3'
background='rgba(36,27,48,.95)'
palette='#241b30:#e60a70:#00986c:#adad3e:#6e29ad:#b300ad:#00b0b1:#b9b1bc:#7f7094:#e60a70:#0ae4a4:#f9f972:#aa54f9:#ff00f6:#00fbfd:#f2f2e3'
COLORS
25 changes: 25 additions & 0 deletions putty/SynthwaveAlpha.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\SynthwaveAlpha]
"Colour2"="36,27,48"
"Colour3"="36,27,48"
"Colour0"="242,242,227"
"Colour1"="242,242,227"
"Colour5"="242,242,227"
"Colour4"="36,27,48"
"Colour6"="36,27,48"
"Colour8"="230,10,112"
"Colour11"="10,228,164"
"Colour13"="249,249,114"
"Colour15"="170,84,249"
"Colour17"="255,0,246"
"Colour19"="0,251,253"
"Colour21"="242,242,227"
"Colour10"="0,152,108"
"Colour12"="173,173,62"
"Colour14"="110,41,173"
"Colour16"="179,0,173"
"Colour18"="0,176,177"
"Colour20"="185,177,188"
"Colour7"="127,112,148"
"Colour9"="230,10,112"
26 changes: 26 additions & 0 deletions remmina/SynthwaveAlpha.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[ssh_colors]
background = #241b30
cursor = #f2f2e3
cursor_foreground = #241b30
foreground = #f2f2e3
highlight = #6e29ad
highlight_foreground = #f2f2e3
color0 = #241b30
color1 = #e60a70
color2 = #00986c
color3 = #adad3e
color4 = #6e29ad
color5 = #b300ad
color6 = #00b0b1
color7 = #b9b1bc
color8 = #7f7094
color9 = #e60a70
color10 = #0ae4a4
color11 = #f9f972
color12 = #aa54f9
color13 = #ff00f6
color14 = #00fbfd
color15 = #f2f2e3
colorBD = #f2f2e3
colorIT =
colorUL =
Loading

0 comments on commit 8d3c591

Please sign in to comment.