70 lines
2.1 KiB
Text
70 lines
2.1 KiB
Text
! Base16-grayscale-dark-theme
|
|
! Scheme: Alexandre Gavioli
|
|
! Fork to urxvt: d13g0x
|
|
*.foreground: #999999
|
|
*.background: #101010
|
|
*.cursorColor: #999999
|
|
*.color0: #101010
|
|
*.color8: #ababab
|
|
*.color1: #252525
|
|
*.color9: #252525
|
|
*.color2: #101010
|
|
*.color10: #686868
|
|
*.color3: #999999
|
|
*.color11: #252525
|
|
*.color4: #a0a0a0
|
|
*.color12: #f7f7f7
|
|
*.color5: #747474
|
|
*.color13: #f7f7f7
|
|
*.color6: #686868
|
|
*.color14: #5e5e5e
|
|
*.color7: #7c7c7c
|
|
*.color15: #ababab
|
|
|
|
! General config
|
|
URxvt*termName: rxvt-unicode-256color
|
|
URxvt.cursorBlink: true
|
|
URxvt.internalBorder: 8
|
|
URxvt.cursorUnderline: true
|
|
URxvt.font: xft:Hack Nerd Font:style=Regular:size=8
|
|
URxvt.boldFont: xft:Hack Nerd Font:style=Bold:size=8
|
|
URxvt.italicFont: xft:Hack Nerd Font:style=Italic:size=8
|
|
URxvt.boldItalicFont: xft:Hack Nerd Font:style=Bold Italic:size=8
|
|
URxvt.letterSpace: 0
|
|
URxvt.geometry: 92x24
|
|
URxvt.saveline: 2048
|
|
URxvt.scrollBar: false
|
|
URxvt.scrollBar_right: false
|
|
URxvt.scrollBar_floating: false
|
|
URxvt.scrollstyle: rxvt
|
|
|
|
! Tabbed extension & perl extension config
|
|
URxvt.perl-ext: tabbedalt
|
|
URxvt.tabbedalt.new-button: false
|
|
URxvt.tabbedalt.tabbar-fg: 3
|
|
URxvt.tabbedalt.tabbar-bg: 0
|
|
URxvt.tabbedalt.tab-fg: 3
|
|
URxvt.tabbedalt.tab-bg: 0
|
|
URxvt.tabbedalt.active-fg: 3
|
|
URxvt.tabbedalt.actives-fg: 0
|
|
URxvt.tabbedalt.autohide: false
|
|
URxvt.tabbedalt.tab-numbers: false
|
|
|
|
|
|
! Copy Paste & Other Extensions
|
|
URxvt.perl-ext-common: default,selection-to-clipboard,matcher,keyboard-select,font-size
|
|
URxvt.keysym.M-u: perl:url-select:select_next
|
|
URxvt.url-launcher: /bin/qutebrowser
|
|
URxvt.underlineURLs: True
|
|
URxvt.matcher.button: 1
|
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
|
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
|
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
|
URxvt.clipboard.autocopy: true
|
|
URxvt.keysym.C-Up: font-size:increase
|
|
URxvt.keysym.C-Down: font-size:decrease
|
|
URxvt.keysym.C-S-Up: font-size:incglobal
|
|
URxvt.keysym.C-S-Down: font-size:decglobal
|
|
URxvt.keysym.C-equal: font-size:reset
|
|
URxvt.keysym.C-slash: font-size:show
|
|
|