From 3028d5ec8e9228c8862be7db9e39608c693cd2cc Mon Sep 17 00:00:00 2001 From: marc Date: Sat, 2 Nov 2019 16:11:25 +0100 Subject: [PATCH] Xresources added --- .Xresources | 11 ++++++++++ .config/xresources/colors/light | 36 +++++++++++++++++++++++++++++++ .config/xresources/colors/plastic | 36 +++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 .Xresources create mode 100644 .config/xresources/colors/light create mode 100644 .config/xresources/colors/plastic diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..7505a70 --- /dev/null +++ b/.Xresources @@ -0,0 +1,11 @@ +#include ".config/xresources/colors/plastic" +#include ".config/xresources/urxvt" + +Xft.antialias: true +Xft.hinting: true +Xft.rgba: rgb +Xft.autohint: false +Xft.hintstyle: hintslight +Xft.lcdfilter: lcddefault + + diff --git a/.config/xresources/colors/light b/.config/xresources/colors/light new file mode 100644 index 0000000..60815e1 --- /dev/null +++ b/.config/xresources/colors/light @@ -0,0 +1,36 @@ +! special +*.foreground: #d8dee8 +*.background: #2f343f +*.cursorColor: #b48ead + +! black +*.color0 : #4b5262 +*.color8 : #434a5a + +! red +*.color1 : #bf616a +*.color9 : #b3555e + +! green +*.color2 : #a3be8c +*.color10 : #93ae7c + +! yellow +*.color3 : #ebcb8b +*.color11 : #dbbb7b + +! blue +*.color4 : #81a1c1 +*.color12 : #7191b1 + +! magenta +*.color5 : #b48ead +*.color13 : #a6809f + +! cyan +*.color6 : #89d0bA +*.color14 : #7dbba8 + +! white +*.color7 : #e5e9f0 +*.color15 : #d1d5dc diff --git a/.config/xresources/colors/plastic b/.config/xresources/colors/plastic new file mode 100644 index 0000000..900c64b --- /dev/null +++ b/.config/xresources/colors/plastic @@ -0,0 +1,36 @@ +! special +*.foreground: #a9b2c3 +*.background: #21252b +*.cursorColor: #b48ead + +! black +*.color0 : #21252b +*.color8 : #a9b2c3 + +! red +*.color1 : #e06c75 +*.color9 : #ff3334 + +! green +*.color2 : #b9ca4a +*.color10 : #9ec400 + +! yellow +*.color3 : #e6c546 +*.color11 : #e7c547 + +! blue +*.color4 : #61afef +*.color12 : #7aa6da + +! magenta +*.color5 : #c397d8 +*.color13 : #b77ee0 + +! cyan +*.color6 : #70c0ba +*.color14 : #54ced6 + +! white +*.color7 : #eaeaea +*.color15 : #ffffff