]> Stephen's Gitweb - comet64.git/commitdiff
Initial commit
authorStephen Jianu <stephen@stephenjianu.com>
Wed, 25 Jan 2023 04:02:50 +0000 (22:02 -0600)
committerStephen Jianu <stephen@stephenjianu.com>
Wed, 25 Jan 2023 04:02:50 +0000 (22:02 -0600)
windows-terminal/settings.json [new file with mode: 0644]
xresources/.Xresources [new file with mode: 0644]

diff --git a/windows-terminal/settings.json b/windows-terminal/settings.json
new file mode 100644 (file)
index 0000000..26f04da
--- /dev/null
@@ -0,0 +1,27 @@
+{
+    "name" : "Comet64",
+
+    "cursorColor": "#b7a88e",
+    "selectionBackground": "#b7a88e",
+
+    "background" : "#1f292b",
+    "foreground" : "#a99b81",
+
+    "black" : "#2a3436C",
+    "blue" : "#8186a9",
+    "cyan" : "#81a9a8",
+    "green" : "#81a984",
+    "purple" : "#67445f",
+    "red" : "#674444",
+    "white" : "#fff3d7",
+    "yellow" : "#676744",
+    "brightBlack" : "#1f292b",
+    "brightBlue" : "#a99b81",
+    "brightCyan" : "#b7a88e",
+    "brightGreen" : "#636e71",
+    "brightPurple" : "#a981a1",
+    "brightRed" : "#a98181",
+    "brightWhite" : "#ffffe5",
+    "brightYellow" : "#6f7b7d"
+},
+
diff --git a/xresources/.Xresources b/xresources/.Xresources
new file mode 100644 (file)
index 0000000..79eb012
--- /dev/null
@@ -0,0 +1,62 @@
+! Comet64-inspired color scheme by Stephen Jianu
+! https://store.steampowered.com/app/1397290/Comet_64/
+!
+! Heavily inspired/influenced by the Solarized theme by Ethan Schoonover
+! https://github.com/altercation/solarized
+
+#define C64_base03 #1f292b
+#define C64_base02 #2a3436
+#define C64_base01 #636e71
+#define C64_base00 #6f7b7d
+#define C64_base0 #a99b81
+#define C64_base1 #b7a88e
+#define C64_base2 #fff3d7
+#define C64_base3 #ffffe5
+
+#define C64_yellow #676744
+#define C64_orange #a98181
+#define C64_red #674444
+#define C64_green #81a984
+#define C64_blue #8186a9
+#define C64_cyan #81a9a8
+#define C64_violet #a981a1
+#define C64_magenta #67445f
+
+*.background: C64_base03
+*.foreground: C64_base0
+*.fadeColor: C64_base03
+*.cursorColor: C64_base1
+*.pointerColorBackground: C64_base01
+*.pointerColorForeground: C64_base1
+
+! black dark/light
+*.color0: C64_base02
+*.color8: C64_base03
+
+! red dark/light
+*.color1: C64_red
+*.color9: C64_orange
+
+! green dark/light
+*.color2: C64_green
+*.color10: C64_base01
+
+! yellow dark/light
+*.color3: C64_yellow
+*.color11: C64_base00
+
+! blue dark/light
+*.color4: C64_blue
+*.color12: C64_base0
+
+! magenta dark/light
+*.color5: C64_magenta
+*.color13: C64_violet
+
+! cyan dark/light
+*.color6: C64_cyan
+*.color14: C64_base1
+
+! white dark/light
+*.color7: C64_base2
+*.color15: C64_base3