diff --git a/.Xresources b/.Xresources deleted file mode 120000 index 7bc5101..0000000 --- a/.Xresources +++ /dev/null @@ -1 +0,0 @@ -.config/Xresources.dark \ No newline at end of file diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..681b982 --- /dev/null +++ b/.Xresources @@ -0,0 +1,8 @@ +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb + +#include ".Xresources.local" \ No newline at end of file diff --git a/.Xresources.local##default b/.Xresources.local##default new file mode 100644 index 0000000..3b9a83d --- /dev/null +++ b/.Xresources.local##default @@ -0,0 +1 @@ +Xft.dpi: 96 \ No newline at end of file diff --git a/.config/Xresources.common.local##default b/.Xresources.local##hostname.avior similarity index 100% rename from .config/Xresources.common.local##default rename to .Xresources.local##hostname.avior diff --git a/.config/Xresources.common b/.config/Xresources.common deleted file mode 100644 index 9234747..0000000 --- a/.config/Xresources.common +++ /dev/null @@ -1,62 +0,0 @@ -!--- URxvt ---! - -URxvt.saveLines: 4096 -URxvt.urgentOnBell: true -URxvt.visualBell: true -URxvt.fading: 0 -URxvt.scrollStyle: rxvt -URxvt.scrollBar: false -URxvt.perl-ext-common: default,matcher -URxvt.url-launcher: /usr/bin/xdg-open -URxvt.matcher.button: 1 - -!--- Font ---! - -URxvt.allow_bold: false -URxvt.font: xft:Fira Code:size=13:antialias=true:hinting=true -URxvt.boldFont: xft:Fira Code:size=13:antialias=true:hinting=true - -!--- HiDPI ---! -Xft.autohint: 0 -Xft.lcdfilter: lcddefault -Xft.hintstyle: hintfull -Xft.hinting: 1 -Xft.antialias: 1 -Xft.rgba: rgb - -!--- Colors ---! - -#define S_yellow #b58900 -#define S_orange #cb4b16 -#define S_red #dc322f -#define S_magenta #d33682 -#define S_violet #6c71c4 -#define S_blue #268bd2 -#define S_cyan #2aa198 -#define S_green #859900 - -URxvt.background: S_base03 -URxvt.foreground: S_base0 -URxvt.fadeColor: S_base03 -URxvt.cursorColor: S_base1 -URxvt.pointerColorBackground: S_base01 -URxvt.pointerColorForeground: S_base1 - -URxvt.color0: S_base02 -URxvt.color1: S_red -URxvt.color2: S_green -URxvt.color3: S_yellow -URxvt.color4: S_blue -URxvt.color5: S_magenta -URxvt.color6: S_cyan -URxvt.color7: S_base2 -URxvt.color9: S_orange -URxvt.color8: S_base03 -URxvt.color10: S_base01 -URxvt.color11: S_base00 -URxvt.color12: S_base0 -URxvt.color13: S_violet -URxvt.color14: S_base1 -URxvt.color15: S_base3 - -#include ".config/Xresources.common.local" \ No newline at end of file diff --git a/.config/Xresources.common.local##hostname.avior b/.config/Xresources.common.local##hostname.avior deleted file mode 100644 index b8d406b..0000000 --- a/.config/Xresources.common.local##hostname.avior +++ /dev/null @@ -1 +0,0 @@ -Xft.dpi: 192 \ No newline at end of file diff --git a/.config/Xresources.dark b/.config/Xresources.dark deleted file mode 100644 index b5c9c89..0000000 --- a/.config/Xresources.dark +++ /dev/null @@ -1,12 +0,0 @@ -! Dark - -#define S_base03 #002b36 -#define S_base02 #073642 -#define S_base01 #586e75 -#define S_base00 #657b83 -#define S_base0 #839496 -#define S_base1 #93a1a1 -#define S_base2 #eee8d5 -#define S_base3 #fdf6e3 - -#include ".config/Xresources.common" diff --git a/.config/Xresources.light b/.config/Xresources.light deleted file mode 100644 index 686bc99..0000000 --- a/.config/Xresources.light +++ /dev/null @@ -1,12 +0,0 @@ -!Light - -#define S_base03 #fdf6e3 -#define S_base02 #eee8d5 -#define S_base01 #93a1a1 -#define S_base00 #839496 -#define S_base0 #657b83 -#define S_base1 #586e75 -#define S_base2 #073642 -#define S_base3 #002b36 - -#include ".config/Xresources.common"