We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7972ce0 commit a95902aCopy full SHA for a95902a
termux-style/src/main/assets/colors/synthwave.properties
@@ -0,0 +1,39 @@
1
+# synthwave
2
+# https://github.com/robb0wen/synthwave-vscode
3
+
4
+# special
5
+background=#262335
6
+foreground=#ffffff
7
+cursor=#ffffff
8
9
+# black
10
+color0=#000000
11
+color8=#4d4d4d
12
13
+# red
14
+color1=#fe4450
15
+color9=#fe4450
16
17
+# green
18
+color2=#72f1b8
19
+color10=#72f1b8
20
21
+# yellow
22
+color3=#f3e70f
23
+color11=#fede5d
24
25
+# blue
26
+color4=#03edf9
27
+color12=#03edf9
28
29
+# magenta
30
+color5=#ff7edb
31
+color13=#ff7edb
32
33
+# cyan
34
+color6=#03edf9
35
+color14=#03edf9
36
37
+# white
38
+color7=#bfbfbf
39
+color15=#e6e6e6
0 commit comments