diff options
-rw-r--r-- | .Xresources | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..499d3d9 --- /dev/null +++ b/.Xresources @@ -0,0 +1,11 @@ +#define font dejavusansmono nerd font:size=10 +#define color_black #000000 +#define color_dark #111111 +#define color_light #bbbbbb +#define color_primary #d79921 + +*.font: font +*.background: color_dark +*.foreground: color_light +*.selbackground: color_primary +*.selforeground: color_dark |