From 4fc7bb5bf8deab009f844c2fbbad793fce700035 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 1 Dec 2018 18:07:01 -0500 Subject: [PATCH] gruvbox and xresources --- .Xdefaults | 67 +---------------------------------------------------- .Xresources | 20 ++++++++++++++++ 2 files changed, 21 insertions(+), 66 deletions(-) mode change 100644 => 120000 .Xdefaults create mode 100644 .Xresources diff --git a/.Xdefaults b/.Xdefaults deleted file mode 100644 index 4464193..0000000 --- a/.Xdefaults +++ /dev/null @@ -1,66 +0,0 @@ -*foreground: #00cc00 -*foreground_bold: #a8a19f -*cursor: #a8a19f -*background: #1b1918 -!!*background: rgba(0, 0, 0, .7) - -!! black -*color0: #1b1918 -*color8: #766e6b -!! red -*color1: #f22c40 -*color9: #f22c40 -!! green -*color2: #5ab738 -*color10: #5ab738 -!! yellow -*color3: #d5911a -*color11: #d5911a -!! blue -*color4: #407ee7 -*color12: #407ee7 -!! magenta -*color5: #6666ea -*color13: #6666ea -!! cyan -*color6: #00ad9c -*color14: #00ad9c -!! white -*color7: #a8a19f -*color15: #f1efee - -URxvt.intensityStyles: false -URxvt.background: [70]#000000 -URxvt.depth: 32 -URxvt.font: xft:monospace:size=11 -URxvt.scrollBar: false -URxvt.cursorColor: white - -!! Extensions -URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select -URxvt.colorUL: #4682B4 -!! url-select -URxvt.keysym.M-u: perl:url-select:select_next -URxvt.url-select.launcher: linkhandler -URxvt.url-select.underline: true -!! keyboard-select: -URxvt.keysym.M-Escape: perl:keyboard-select:activate -!! resize-font -URxvt.resize-font.smaller: C-Down -URxvt.resize-font.bigger: C-Up -!! Matcher -URxvt.url-launcher: linkhandler -URxvt.matcher.button: 1 - -rofi.color-enabled: true -rofi.color-window: #000, #000, #000 -rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff -rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff -rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661 - -rofi.fake-transparency: true -rofi.lines: 3 -rofi.bw: 0 -rofi.opacity: "10" -rofi.hide-scrollbar: true -rofi.width: 30 diff --git a/.Xdefaults b/.Xdefaults new file mode 120000 index 0000000..70e956f --- /dev/null +++ b/.Xdefaults @@ -0,0 +1 @@ +.Xresources \ No newline at end of file diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..03d5c47 --- /dev/null +++ b/.Xresources @@ -0,0 +1,20 @@ +!! The default colors are "Gruvbox": +*.color0: #282828 +*.color1: #cc241d +*.color2: #98971a +*.color3: #d79921 +*.color4: #458588 +*.color5: #b16286 +*.color6: #689d6a +*.color7: #a89984 +*.color8: #928374 +*.color9: #fb4934 +*.color10: #b8bb26 +*.color11: #fabd2f +*.color12: #83a598 +*.color13: #d3869b +*.color14: #8ec07c +*.color15: #ebdbb2 + +!! Transparency (0-255): +*.alpha: 230