gruvbox and xresources
This commit is contained in:
parent
3089a7eaa4
commit
4fc7bb5bf8
2 changed files with 21 additions and 66 deletions
66
.Xdefaults
66
.Xdefaults
|
@ -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
|
|
1
.Xdefaults
Symbolic link
1
.Xdefaults
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
.Xresources
|
20
.Xresources
Normal file
20
.Xresources
Normal file
|
@ -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
|
Loading…
Reference in a new issue