2019-04-10 13:05:02 +03:00
|
|
|
! {{{ xft and cursor configuration, aliases
|
2021-06-23 19:52:39 +03:00
|
|
|
Xcursor.theme: Vanilla-DMZ
|
2014-11-25 01:51:21 +02:00
|
|
|
Xft.antialias: true
|
2019-11-24 00:20:40 +02:00
|
|
|
Xft.lcdfilter: true
|
2014-11-25 01:51:21 +02:00
|
|
|
Xft.rgba: rgb
|
|
|
|
Xft.hinting: true
|
2020-09-28 17:23:28 +03:00
|
|
|
Xft.hintstyle: hintslight
|
2023-06-16 23:08:27 +03:00
|
|
|
Xft.dpi: 192
|
2019-04-10 13:05:02 +03:00
|
|
|
|
2023-06-20 14:15:47 +03:00
|
|
|
#define FONT xft:VascadiaMod:size=12
|
2019-04-09 19:39:05 +03:00
|
|
|
|
2021-10-06 18:03:04 +03:00
|
|
|
! gruvbox
|
|
|
|
#define COLORFG #ebdbb2
|
|
|
|
#define COLORBG #282828
|
|
|
|
#define COLORBD #ebdbb2
|
|
|
|
#define COLORCR #fb4934
|
|
|
|
|
|
|
|
#define COLOR0 #282828
|
|
|
|
#define COLOR1 #cc241d
|
|
|
|
#define COLOR2 #98971a
|
|
|
|
#define COLOR3 #d79921
|
|
|
|
#define COLOR4 #458588
|
|
|
|
#define COLOR5 #b16286
|
|
|
|
#define COLOR6 #689d6a
|
|
|
|
#define COLOR7 #a89984
|
2019-04-09 19:39:05 +03:00
|
|
|
|
2021-10-06 18:03:04 +03:00
|
|
|
#define COLOR8 #928374
|
|
|
|
#define COLOR9 #fb4934
|
|
|
|
#define COLOR10 #b8bb26
|
|
|
|
#define COLOR11 #fabd2f
|
|
|
|
#define COLOR12 #83a598
|
|
|
|
#define COLOR13 #d3869b
|
|
|
|
#define COLOR14 #8ec07c
|
|
|
|
#define COLOR15 #ebdbb2
|
2019-04-09 19:39:05 +03:00
|
|
|
|
2021-10-06 18:03:04 +03:00
|
|
|
! solarized light
|
|
|
|
!#define COLORFG #657b83
|
|
|
|
!#define COLORBG #fdf6e3
|
|
|
|
!#define COLORBD #002b36
|
|
|
|
!#define COLORCR #cb4b16
|
|
|
|
!
|
|
|
|
!#define COLOR0 #073642
|
|
|
|
!#define COLOR1 #dc322f
|
|
|
|
!#define COLOR2 #859900
|
|
|
|
!#define COLOR3 #b58900
|
|
|
|
!#define COLOR4 #268bd2
|
|
|
|
!#define COLOR5 #d33682
|
|
|
|
!#define COLOR6 #2aa198
|
|
|
|
!#define COLOR7 #eee8d5
|
|
|
|
!
|
|
|
|
!#define COLOR8 #002b36
|
|
|
|
!#define COLOR9 #cb4b16
|
|
|
|
!#define COLOR10 #586e75
|
|
|
|
!#define COLOR11 #657b83
|
|
|
|
!#define COLOR12 #839496
|
|
|
|
!#define COLOR13 #6c71c4
|
|
|
|
!#define COLOR14 #93a1a1
|
|
|
|
!#define COLOR15 #fdf6e3
|
2014-10-19 21:26:42 +03:00
|
|
|
! }}}
|
|
|
|
! {{{ urxvt
|
2017-05-15 11:43:27 +03:00
|
|
|
! fonts
|
2023-06-16 23:08:27 +03:00
|
|
|
URxvt.font: FONT
|
|
|
|
URxvt.letterSpace: -1
|
2019-08-26 15:48:57 +03:00
|
|
|
|
|
|
|
! misc
|
2016-12-15 15:18:48 +02:00
|
|
|
URxvt.intensityStyles: false
|
2017-11-30 12:46:47 +02:00
|
|
|
URxvt.internalBorder: 1
|
|
|
|
URxvt.iso14755: false
|
|
|
|
URxvt.pastableTabs: true
|
|
|
|
URxvt.pointerBlank: true
|
|
|
|
URxvt.saveLines: 10000
|
|
|
|
URxvt.scrollBar: false
|
2017-02-16 18:15:30 +02:00
|
|
|
URxvt.secondaryScroll: false
|
2019-10-30 17:52:11 +02:00
|
|
|
URxvt.urgentOnBell: false
|
2017-11-30 12:46:47 +02:00
|
|
|
URxvt.visualBell: false
|
2020-09-28 17:23:28 +03:00
|
|
|
URxvt.cutchars: `'"'&()*,;<=>?@[]^{|}│
|
2014-07-18 06:11:03 +03:00
|
|
|
|
2018-02-24 16:52:52 +02:00
|
|
|
! perl extensions
|
2018-03-02 18:10:17 +02:00
|
|
|
URxvt.perl-ext-common: default,matcher
|
|
|
|
URxvt.url-launcher: /home/von/.local/bin/default-web-browser
|
|
|
|
URxvt.matcher.button: 3
|
2018-02-24 16:52:52 +02:00
|
|
|
|
2019-10-30 17:52:11 +02:00
|
|
|
! keymaps
|
|
|
|
URxvt.keysym.C-V: eval:paste_clipboard
|
2021-05-06 15:03:25 +03:00
|
|
|
URxvt.keysym.M-v: eval:paste_clipboard
|
2019-10-30 17:52:11 +02:00
|
|
|
URxvt.keysym.C-C: eval:selection_to_clipboard
|
2021-05-06 15:03:25 +03:00
|
|
|
URxvt.keysym.M-c: eval:selection_to_clipboard
|
2019-10-30 17:52:11 +02:00
|
|
|
|
2017-11-30 12:46:47 +02:00
|
|
|
! colors
|
2019-04-09 19:39:05 +03:00
|
|
|
URxvt.foreground: COLORFG
|
2019-11-24 00:20:40 +02:00
|
|
|
URxvt.colorBD: COLORBD
|
2019-04-09 19:39:05 +03:00
|
|
|
URxvt.background: COLORBG
|
|
|
|
URxvt.cursorColor: COLORCR
|
2015-09-07 16:49:17 +03:00
|
|
|
|
2019-04-09 19:39:05 +03:00
|
|
|
URxvt.color0: COLOR0
|
|
|
|
URxvt.color1: COLOR1
|
|
|
|
URxvt.color2: COLOR2
|
|
|
|
URxvt.color3: COLOR3
|
|
|
|
URxvt.color4: COLOR4
|
|
|
|
URxvt.color5: COLOR5
|
|
|
|
URxvt.color6: COLOR6
|
|
|
|
URxvt.color7: COLOR7
|
|
|
|
|
|
|
|
URxvt.color8: COLOR8
|
|
|
|
URxvt.color9: COLOR9
|
|
|
|
URxvt.color10: COLOR10
|
|
|
|
URxvt.color11: COLOR11
|
|
|
|
URxvt.color12: COLOR12
|
|
|
|
URxvt.color13: COLOR13
|
|
|
|
URxvt.color14: COLOR14
|
|
|
|
URxvt.color15: COLOR15
|
|
|
|
! }}}
|
|
|
|
! {{{ xterm
|
2019-04-22 18:37:22 +03:00
|
|
|
xterm.borderWidth: 0
|
2019-11-24 00:20:40 +02:00
|
|
|
xterm.vt100.font: TERMINUS
|
|
|
|
xterm.vt100.colorBDMode: true
|
2019-04-22 18:37:22 +03:00
|
|
|
xterm.vt100.allowBoldFonts: false
|
|
|
|
xterm.vt100.boldColors: false
|
|
|
|
xterm.vt100.bellIsUrgent: true
|
|
|
|
xterm.vt100.visualBell: false
|
|
|
|
xterm.vt100.metaSendsEscape: true
|
|
|
|
xterm.vt100.fastScroll: true
|
|
|
|
xterm.vt100.internalBorder: 1
|
2019-04-09 19:39:05 +03:00
|
|
|
|
|
|
|
! colors
|
2019-04-22 18:37:22 +03:00
|
|
|
xterm.vt100.foreground: COLORFG
|
2019-11-24 00:20:40 +02:00
|
|
|
xterm.vt100.colorBD: COLORBD
|
2019-04-22 18:37:22 +03:00
|
|
|
xterm.vt100.background: COLORBG
|
|
|
|
xterm.vt100.cursorColor: COLORCR
|
2015-04-08 17:56:48 +03:00
|
|
|
|
2019-04-22 18:37:22 +03:00
|
|
|
xterm.vt100.color0: COLOR0
|
|
|
|
xterm.vt100.color1: COLOR1
|
|
|
|
xterm.vt100.color2: COLOR2
|
|
|
|
xterm.vt100.color3: COLOR3
|
|
|
|
xterm.vt100.color4: COLOR4
|
|
|
|
xterm.vt100.color5: COLOR5
|
|
|
|
xterm.vt100.color6: COLOR6
|
|
|
|
xterm.vt100.color7: COLOR7
|
2016-02-11 13:12:20 +02:00
|
|
|
|
2019-04-22 18:37:22 +03:00
|
|
|
xterm.vt100.color8: COLOR8
|
|
|
|
xterm.vt100.color9: COLOR9
|
|
|
|
xterm.vt100.color10: COLOR10
|
|
|
|
xterm.vt100.color11: COLOR11
|
|
|
|
xterm.vt100.color12: COLOR12
|
|
|
|
xterm.vt100.color13: COLOR13
|
|
|
|
xterm.vt100.color14: COLOR14
|
|
|
|
xterm.vt100.color15: COLOR15
|
2014-10-19 21:26:42 +03:00
|
|
|
! }}}
|