about summary refs log tree commit diff
path: root/xresources/.Xresources.d
diff options
context:
space:
mode:
Diffstat (limited to 'xresources/.Xresources.d')
-rw-r--r--xresources/.Xresources.d/color38
-rw-r--r--xresources/.Xresources.d/font6
-rw-r--r--xresources/.Xresources.d/xcursor5
-rw-r--r--xresources/.Xresources.d/xft9
4 files changed, 58 insertions, 0 deletions
diff --git a/xresources/.Xresources.d/color b/xresources/.Xresources.d/color
new file mode 100644
index 0000000..ce944c4
--- /dev/null
+++ b/xresources/.Xresources.d/color
@@ -0,0 +1,38 @@
+#define color_black0    #161719
+#define color_black1    #969896
+#define color_red0      #cc6666
+#define color_red1      #cc6666
+#define color_green0    #b5bd68
+#define color_green1    #b5bd68
+#define color_yellow0   #f0c674
+#define color_yellow1   #f0c674
+#define color_blue0     #81a2be
+#define color_blue1     #81a2be
+#define color_magenta0  #b294bb
+#define color_magenta1  #b294bb
+#define color_cyan0     #8abeb7
+#define color_cyan1     #8abeb7
+#define color_white0    #c5c8c6
+#define color_white1    #ffffff
+
+*.color0:       color_black0
+*.color8:       color_black1
+*.color1:       color_red0
+*.color9:       color_red1
+*.color2:       color_green0
+*.color10:      color_green1
+*.color3:       color_yellow0
+*.color11:      color_yellow1
+*.color4:       color_blue0
+*.color12:      color_blue1
+*.color5:       color_magenta0
+*.color13:      color_magenta1
+*.color6:       color_cyan0
+*.color14:      color_cyan1
+*.color7:       color_white0
+*.color15:      color_white1
+
+*.background:   color_black0
+*.foreground:   color_white0
+
+! vim:filetype=xdefaults
diff --git a/xresources/.Xresources.d/font b/xresources/.Xresources.d/font
new file mode 100644
index 0000000..d7ed019
--- /dev/null
+++ b/xresources/.Xresources.d/font
@@ -0,0 +1,6 @@
+#define font1 UW Ttyp0:pixelsize=14:style=Regular:antialias=false
+#define font2 Efont Biwidth:pixelsize=14:style=Regular:antialias=false
+
+*.font: font1
+
+! vim:filetype=xdefaults
diff --git a/xresources/.Xresources.d/xcursor b/xresources/.Xresources.d/xcursor
new file mode 100644
index 0000000..fa59848
--- /dev/null
+++ b/xresources/.Xresources.d/xcursor
@@ -0,0 +1,5 @@
+Xcursor.theme:      core
+Xcursor.theme_core: true
+Xcursor.size:       16
+
+! vim:filetype=xdefaults
diff --git a/xresources/.Xresources.d/xft b/xresources/.Xresources.d/xft
new file mode 100644
index 0000000..f0175b2
--- /dev/null
+++ b/xresources/.Xresources.d/xft
@@ -0,0 +1,9 @@
+Xft.antialias:  1
+Xft.autohint:   0
+Xft.dpi:        96
+Xft.hinting:    1
+Xft.hintstyle:  hintslight
+Xft.lcdfilter:  lcddefault
+Xft.rgba:       rgb
+
+! vim:filetype=xdefaults

Consider giving Nix/NixOS a try! <3