From 34cbd34be9ef68759cc4ca9f63418e8295459010 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 19 Feb 2021 08:25:33 +0100 Subject: [PATCH] removed xresources variants --- .Xresources | 120 +++++++++++++++++++++++++++++++++++++++++++++- .config/i3/config | 2 +- 2 files changed, 120 insertions(+), 2 deletions(-) mode change 120000 => 100644 .Xresources diff --git a/.Xresources b/.Xresources deleted file mode 120000 index d41bb79..0000000 --- a/.Xresources +++ /dev/null @@ -1 +0,0 @@ -.Xresources##class.blue \ No newline at end of file diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..9a8dc13 --- /dev/null +++ b/.Xresources @@ -0,0 +1,119 @@ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! Colors +! +*.background: #2e3440 +*.foreground: #eceff4 +! +!! Terminal Colors +! +*.cursorColor: #eceff4 +! +! Black +*.color0: #3b4252 +*.color8: #3b4252 +! +! Red +*.color1: #bf616a +*.color9: #bf616a +! +! Green +*.color2: #a3be8c +*.color10: #a3be8c +! +! Yellow +*.color3: #ebcb8b +*.color11: #ebcb8b +! +! Blue +*.color4: #81a1c1 +*.color12: #81a1c1 +! +! Magenta +*.color5: #b48ead +*.color13: #b48ead +! +! Cyan +*.color6: #88c0d0 +*.color14: #88c0d0 +! +! White +*.color7: #eceff4 +*.color15: #eceff4 +! +!! i3 Colors +! +*.i3_urgent: #88c0d0 +*.i3_focused: #5e81ac +*.i3_unfocused: #434c5e +*.i3_indicator: #4c566a +! +!! Polybar Colors +! +*.highlight: #81a1c1 +! +!! Rofi Colors +! +*.rofi_border: #434c5e +*.rofi_fgdim: #d8dee9 +*.rofi_selected: #4c566a +! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! XFT +! +Xft.dpi: 96 +Xft.antialias: true +Xft.hinting: true +Xft.rgba: rgb +Xft.hintstyle: hintfull +Xft.autohint: true +Xft.lcdfilter: lcddefault +! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! URxvt +! +URxvt*foreground: grey +! +URxvt*depth: 32 +URxvt*background: [90]#171717 +URxvt*scrollBar: false +URxvt*mouseWheelScrollPage: false +URxvt*cursorBlink: false +URxvt*saveLines: 5000 +! +URxvt.iso14755: false +URxvt.keysym.Shift-Control-V: eval:paste_clipboard +URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard +!Xterm escape codes, word by word movement +URxvt.keysym.Control-Left: \033[1;5D +URxvt.keysym.Shift-Control-Left: \033[1;6D +URxvt.keysym.Control-Right: \033[1;5C +URxvt.keysym.Shift-Control-Right: \033[1;6C +URxvt.keysym.Control-Up: \033[1;5A +URxvt.keysym.Shift-Control-Up: \033[1;6A +URxvt.keysym.Control-Down: \033[1;5B +URxvt.keysym.Shift-Control-Down: \033[1;6B +! +URxvt*font: xft:Hack Nerd Font Mono:antialias=true +URxvt*boldFont: xft:Hack Nerd Font Mono:style=bold:antialias=true +! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! Misc. +! +*fading: 8 +*fadeColor: black +*pointerColorBackground: #2B2C2B +*pointerColorForeground: #16A085 +! +Xcursor.theme: xcursor-breeze-snow +Xcursor.size: 0 +! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff --git a/.config/i3/config b/.config/i3/config index e2a462a..8ec53ca 120000 --- a/.config/i3/config +++ b/.config/i3/config @@ -1 +1 @@ -config##hostname.pc \ No newline at end of file +config##hostname.yoga3 \ No newline at end of file