diff --git a/CREDITS.md b/CREDITS.md index da907cb60..78b99d115 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -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. diff --git a/README.md b/README.md index e953e5ad4..7fc778948 100644 --- a/README.md +++ b/README.md @@ -1064,6 +1064,10 @@ more information. ![Screenshot](screenshots/synthwave.png) +### Synthwave Alpha + +![Screenshot](screenshots/synthwave_alpha.png) + ### Synthwave Everything ![Screenshot](screenshots/synthwave-everything.png) diff --git a/Xresources/SynthwaveAlpha b/Xresources/SynthwaveAlpha new file mode 100644 index 000000000..c71e59d32 --- /dev/null +++ b/Xresources/SynthwaveAlpha @@ -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: diff --git a/alacritty/SynthwaveAlpha.yml b/alacritty/SynthwaveAlpha.yml new file mode 100644 index 000000000..0d3b40426 --- /dev/null +++ b/alacritty/SynthwaveAlpha.yml @@ -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' diff --git a/dynamic-colors/SynthwaveAlpha.sh b/dynamic-colors/SynthwaveAlpha.sh new file mode 100755 index 000000000..8147a74aa --- /dev/null +++ b/dynamic-colors/SynthwaveAlpha.sh @@ -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" diff --git a/electerm/SynthwaveAlpha.txt b/electerm/SynthwaveAlpha.txt new file mode 100644 index 000000000..b64a95243 --- /dev/null +++ b/electerm/SynthwaveAlpha.txt @@ -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 diff --git a/freebsd_vt/SynthwaveAlpha.conf b/freebsd_vt/SynthwaveAlpha.conf new file mode 100644 index 000000000..6bc498515 --- /dev/null +++ b/freebsd_vt/SynthwaveAlpha.conf @@ -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" diff --git a/kitty/SynthwaveAlpha.conf b/kitty/SynthwaveAlpha.conf new file mode 100644 index 000000000..9e113dc25 --- /dev/null +++ b/kitty/SynthwaveAlpha.conf @@ -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 diff --git a/konsole/SynthwaveAlpha.colorscheme b/konsole/SynthwaveAlpha.colorscheme new file mode 100644 index 000000000..bde571efc --- /dev/null +++ b/konsole/SynthwaveAlpha.colorscheme @@ -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 + diff --git a/lxterminal/SynthwaveAlpha.conf b/lxterminal/SynthwaveAlpha.conf new file mode 100644 index 000000000..cc967c3a3 --- /dev/null +++ b/lxterminal/SynthwaveAlpha.conf @@ -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 diff --git a/mobaxterm/SynthwaveAlpha.ini b/mobaxterm/SynthwaveAlpha.ini new file mode 100644 index 000000000..0f505e095 --- /dev/null +++ b/mobaxterm/SynthwaveAlpha.ini @@ -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 diff --git a/pantheonterminal/SynthwaveAlpha.sh b/pantheonterminal/SynthwaveAlpha.sh new file mode 100755 index 000000000..6b196d60d --- /dev/null +++ b/pantheonterminal/SynthwaveAlpha.sh @@ -0,0 +1,9 @@ +#!/bin/bash +dconf load /org/pantheon/terminal/settings/ < + + + + Ansi 0 Color + + Color Space + sRGB + Blue Component + 0.18823529411764706 + Green Component + 0.10588235294117647 + Red Component + 0.1411764705882353 + + Ansi 1 Color + + Color Space + sRGB + Blue Component + 0.4392156862745098 + Green Component + 0.0392156862745098 + Red Component + 0.9019607843137255 + + Ansi 10 Color + + Color Space + sRGB + Blue Component + 0.6431372549019608 + Green Component + 0.8941176470588236 + Red Component + 0.0392156862745098 + + Ansi 11 Color + + Color Space + sRGB + Blue Component + 0.4470588235294118 + Green Component + 0.9764705882352941 + Red Component + 0.9764705882352941 + + Ansi 12 Color + + Color Space + sRGB + Blue Component + 0.9764705882352941 + Green Component + 0.32941176470588235 + Red Component + 0.6666666666666666 + + Ansi 13 Color + + Color Space + sRGB + Blue Component + 0.9647058823529412 + Green Component + 0 + Red Component + 1 + + Ansi 14 Color + + Color Space + sRGB + Blue Component + 0.9921568627450981 + Green Component + 0.984313725490196 + Red Component + 0 + + Ansi 15 Color + + Color Space + sRGB + Blue Component + 0.8901960784313725 + Green Component + 0.9490196078431372 + Red Component + 0.9490196078431372 + + Ansi 2 Color + + Color Space + sRGB + Blue Component + 0.4235294117647059 + Green Component + 0.596078431372549 + Red Component + 0 + + Ansi 3 Color + + Color Space + sRGB + Blue Component + 0.24313725490196078 + Green Component + 0.6784313725490196 + Red Component + 0.6784313725490196 + + Ansi 4 Color + + Color Space + sRGB + Blue Component + 0.6784313725490196 + Green Component + 0.1607843137254902 + Red Component + 0.43137254901960786 + + Ansi 5 Color + + Color Space + sRGB + Blue Component + 0.6784313725490196 + Green Component + 0 + Red Component + 0.7019607843137254 + + Ansi 6 Color + + Color Space + sRGB + Blue Component + 0.6941176470588235 + Green Component + 0.6901960784313725 + Red Component + 0 + + Ansi 7 Color + + Color Space + sRGB + Blue Component + 0.7372549019607844 + Green Component + 0.6941176470588235 + Red Component + 0.7254901960784313 + + Ansi 8 Color + + Color Space + sRGB + Blue Component + 0.5803921568627451 + Green Component + 0.4392156862745098 + Red Component + 0.4980392156862745 + + Ansi 9 Color + + Color Space + sRGB + Blue Component + 0.4392156862745098 + Green Component + 0.0392156862745098 + Red Component + 0.9019607843137255 + + Background Color + + Color Space + sRGB + Blue Component + 0.18823529411764706 + Green Component + 0.10588235294117647 + Red Component + 0.1411764705882353 + + Bold Color + + Color Space + sRGB + Blue Component + 0.8901960784313725 + Green Component + 0.9490196078431372 + Red Component + 0.9490196078431372 + + Cursor Color + + Color Space + sRGB + Blue Component + 0.8901960784313725 + Green Component + 0.9490196078431372 + Red Component + 0.9490196078431372 + + Cursor Text Color + + Color Space + sRGB + Blue Component + 0.18823529411764706 + Green Component + 0.10588235294117647 + Red Component + 0.1411764705882353 + + Foreground Color + + Color Space + sRGB + Blue Component + 0.8901960784313725 + Green Component + 0.9490196078431372 + Red Component + 0.9490196078431372 + + Selected Text Color + + Color Space + sRGB + Blue Component + 0.8901960784313725 + Green Component + 0.9490196078431372 + Red Component + 0.9490196078431372 + + Selection Color + + Color Space + sRGB + Blue Component + 0.6784313725490196 + Green Component + 0.1607843137254902 + Red Component + 0.43137254901960786 + + + diff --git a/screenshots/README.md b/screenshots/README.md index 5b334dfe2..93872f39e 100644 --- a/screenshots/README.md +++ b/screenshots/README.md @@ -908,6 +908,10 @@ ![image](symfonic.png) +`synthwave_alpha.png` + +![image](synthwave_alpha.png) + `synthwave-everything.png` ![image](synthwave-everything.png) diff --git a/screenshots/synthwave_alpha.png b/screenshots/synthwave_alpha.png new file mode 100644 index 000000000..ae05ed198 Binary files /dev/null and b/screenshots/synthwave_alpha.png differ diff --git a/terminator/SynthwaveAlpha.config b/terminator/SynthwaveAlpha.config new file mode 100644 index 000000000..1e13cce68 --- /dev/null +++ b/terminator/SynthwaveAlpha.config @@ -0,0 +1,7 @@ + +[[SynthwaveAlpha]] + palette = "#241b30:#e60a70:#00986c:#adad3e:#6e29ad:#b300ad:#00b0b1:#b9b1bc:#7f7094:#e60a70:#0ae4a4:#f9f972:#aa54f9:#ff00f6:#00fbfd:#f2f2e3" + background_color = "#241b30" + cursor_color = "#f2f2e3" + foreground_color = "#f2f2e3" + background_image = None diff --git a/termite/SynthwaveAlpha b/termite/SynthwaveAlpha new file mode 100644 index 000000000..463aae331 --- /dev/null +++ b/termite/SynthwaveAlpha @@ -0,0 +1,23 @@ +[colors] +background = #241b30 +cursor = #f2f2e3 +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 = diff --git a/tilda/SynthwaveAlpha.itermcolors_config_0 b/tilda/SynthwaveAlpha.itermcolors_config_0 new file mode 100644 index 000000000..3e6bd1284 --- /dev/null +++ b/tilda/SynthwaveAlpha.itermcolors_config_0 @@ -0,0 +1,10 @@ +back_blue = 12336 +back_green = 6939 +back_red = 9252 +cursor_blue = 58339 +cursor_green = 62194 +cursor_red = 62194 +palette = {9252, 6939, 12336, 59110, 2570, 28784, 0, 39064, 27756, 44461, 44461, 15934, 28270, 10537, 44461, 46003, 0, 44461, 0, 45232, 45489, 47545, 45489, 48316, 32639, 28784, 38036, 59110, 2570, 28784, 2570, 58596, 42148, 63993, 63993, 29298, 43690, 21588, 63993, 65792, 0, 63222, 0, 64507, 65021, 62194, 62194, 58339} +text_blue = 58339 +text_green = 62194 +text_red = 62194 diff --git a/vscode/SynthwaveAlpha.json b/vscode/SynthwaveAlpha.json new file mode 100644 index 000000000..b29f57947 --- /dev/null +++ b/vscode/SynthwaveAlpha.json @@ -0,0 +1,24 @@ +{ + "workbench.colorCustomizations": { + "terminal.foreground": "#f2f2e3", + "terminal.background": "#241b30", + "terminal.ansiBlack": "#241b30", + "terminal.ansiBlue": "#6e29ad", + "terminal.ansiCyan": "#00b0b1", + "terminal.ansiGreen": "#00986c", + "terminal.ansiMagenta": "#b300ad", + "terminal.ansiRed": "#e60a70", + "terminal.ansiWhite": "#b9b1bc", + "terminal.ansiYellow": "#adad3e", + "terminal.ansiBrightBlack": "#7f7094", + "terminal.ansiBrightBlue": "#aa54f9", + "terminal.ansiBrightCyan": "#00fbfd", + "terminal.ansiBrightGreen": "#0ae4a4", + "terminal.ansiBrightMagenta": "#ff00f6", + "terminal.ansiBrightRed": "#e60a70", + "terminal.ansiBrightWhite": "#f2f2e3", + "terminal.ansiBrightYellow": "#f9f972", + "terminal.selectionBackground": "#6e29ad", + "terminalCursor.foreground": "#f2f2e3" + } +} diff --git a/wezterm/SynthwaveAlpha.toml b/wezterm/SynthwaveAlpha.toml new file mode 100644 index 000000000..c39f7b947 --- /dev/null +++ b/wezterm/SynthwaveAlpha.toml @@ -0,0 +1,12 @@ +# SynthwaveAlpha +[colors] +foreground = "#f2f2e3" +background = "#241b30" +cursor_bg = "#f2f2e3" +cursor_border = "#f2f2e3" +cursor_fg = "#241b30" +selection_bg = "#6e29ad" +selection_fg = "#f2f2e3" + +ansi = ["#241b30","#e60a70","#00986c","#adad3e","#6e29ad","#b300ad","#00b0b1","#b9b1bc"] +brights = ["#7f7094","#e60a70","#0ae4a4","#f9f972","#aa54f9","#ff00f6","#00fbfd","#f2f2e3"] diff --git a/windowsterminal/SynthwaveAlpha.json b/windowsterminal/SynthwaveAlpha.json new file mode 100644 index 000000000..f33407734 --- /dev/null +++ b/windowsterminal/SynthwaveAlpha.json @@ -0,0 +1,23 @@ +{ + "name": "SynthwaveAlpha", + "black": "#241b30", + "red": "#e60a70", + "green": "#00986c", + "yellow": "#adad3e", + "blue": "#6e29ad", + "purple": "#b300ad", + "cyan": "#00b0b1", + "white": "#b9b1bc", + "brightBlack": "#7f7094", + "brightRed": "#e60a70", + "brightGreen": "#0ae4a4", + "brightYellow": "#f9f972", + "brightBlue": "#aa54f9", + "brightPurple": "#ff00f6", + "brightCyan": "#00fbfd", + "brightWhite": "#f2f2e3", + "background": "#241b30", + "foreground": "#f2f2e3", + "cursorColor": "#f2f2e3", + "selectionBackground": "#6e29ad" +} diff --git a/xfce4terminal/colorschemes/SynthwaveAlpha.theme b/xfce4terminal/colorschemes/SynthwaveAlpha.theme new file mode 100644 index 000000000..851371e9a --- /dev/null +++ b/xfce4terminal/colorschemes/SynthwaveAlpha.theme @@ -0,0 +1,7 @@ + +[Scheme] +Name=SynthwaveAlpha +ColorForeground=#f2f2e3 +ColorBackground=#241b30 +ColorCursor=#f2f2e3 +ColorPalette=#241b30;#e60a70;#00986c;#adad3e;#6e29ad;#b300ad;#00b0b1;#b9b1bc;#7f7094;#e60a70;#0ae4a4;#f9f972;#aa54f9;#ff00f6;#00fbfd;#f2f2e3 diff --git a/xrdb/SynthwaveAlpha.xrdb b/xrdb/SynthwaveAlpha.xrdb new file mode 100644 index 000000000..a703c1a77 --- /dev/null +++ b/xrdb/SynthwaveAlpha.xrdb @@ -0,0 +1,23 @@ +#define Ansi_0_Color #241b30 +#define Ansi_1_Color #e60a70 +#define Ansi_10_Color #0ae4a4 +#define Ansi_11_Color #f9f972 +#define Ansi_12_Color #aa54f9 +#define Ansi_13_Color #ff00f6 +#define Ansi_14_Color #00fbfd +#define Ansi_15_Color #f2f2e3 +#define Ansi_2_Color #00986c +#define Ansi_3_Color #adad3e +#define Ansi_4_Color #6e29ad +#define Ansi_5_Color #b300ad +#define Ansi_6_Color #00b0b1 +#define Ansi_7_Color #b9b1bc +#define Ansi_8_Color #7f7094 +#define Ansi_9_Color #e60a70 +#define Background_Color #241b30 +#define Bold_Color #f2f2e3 +#define Cursor_Color #f2f2e3 +#define Cursor_Text_Color #241b30 +#define Foreground_Color #f2f2e3 +#define Selected_Text_Color #f2f2e3 +#define Selection_Color #6e29ad