From e735535f646243d9436f35479d3d695a24f894a1 Mon Sep 17 00:00:00 2001 From: ArkhamCookie Date: Sun, 29 Oct 2023 18:33:07 -0500 Subject: [PATCH] Added SynthWave colorscheme Based on synthwave theme's colors --- .../main/assets/colors/synthwave.properties | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 app/src/main/assets/colors/synthwave.properties diff --git a/app/src/main/assets/colors/synthwave.properties b/app/src/main/assets/colors/synthwave.properties new file mode 100644 index 0000000..c7c8022 --- /dev/null +++ b/app/src/main/assets/colors/synthwave.properties @@ -0,0 +1,39 @@ +# synthwave +# https://github.com/robb0wen/synthwave-vscode + +# special +background=#262335 +foreground=#ffffff +cursor=#ffffff + +# black +color0=#000000 +color8=#4d4d4d + +# red +color1=#fe4450 +color9=#fe4450 + +# green +color2=#72f1b8 +color10=#72f1b8 + +# yellow +color3=#f3e70f +color11=#fede5d + +# blue +color4=#03edf9 +color12=#03edf9 + +# magenta +color5=#ff7edb +color13=#ff7edb + +# cyan +color6=#03edf9 +color14=#03edf9 + +# white +color7=#bfbfbf +color15=#e6e6e6