summaryrefslogtreecommitdiff
path: root/Xresources
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 23:06:46 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 23:06:46 +0200
commit3fe57f87a80dda4c9d43192460bbdca61bc6c8ee (patch)
tree488576e7ea21a2d8bcfb40f65e5faa69bb2310e4 /Xresources
parent71d166a99d3e1636ca61d6a6bc3e68a4b5524d75 (diff)
Add colorscheme
Diffstat (limited to 'Xresources')
-rw-r--r--Xresources45
1 files changed, 45 insertions, 0 deletions
diff --git a/Xresources b/Xresources
index e69de29..adf387d 100644
--- a/Xresources
+++ b/Xresources
@@ -0,0 +1,45 @@
+/* xterm*selectToClipboard: true */
+/* xterm*disallowedWindowOps: 20,21,SetXProp */
+/* *.font: Monospace:pixelsize=25:antialias=true:autohint=true; */
+/* *.fontalt0:Braille:pixelsize=24:antialias=true:autohint=true; */
+/* *.fontalt1:JoyPixels:pixelsize=24:antialias=true:autohint=true; */
+
+! colors
+
+! special
+*.foreground: #F5F5F5
+*.background: #0A0A0A
+/* *.cursorColor: #D0D0D0 */
+*.revCursorColor: #151515
+
+! black
+*.color0: #0A0A0A
+*.color8: #0A0A0A
+
+! red
+*.color1: #AC4142
+*.color9: #AC4142
+
+! green
+*.color2: #A1B56C
+*.color10: #A1B56C
+
+! yellow
+*.color3: #F4BF75
+*.color11: #F4BF75
+
+! blue
+*.color4: #A5D6FF
+*.color12: #A5D6FF
+
+! magenta
+*.color5: #AA759F
+*.color13: #AA759F
+
+! cyan
+*.color6: #75B5AA
+*.color14: #75B5AA
+
+! white
+*.color7: #D0D0D0
+*.color15: #F5F5F5