al-skel/base/.Xresources

69 lines
1.7 KiB
Plaintext
Raw Normal View History

! Base colors
2018-07-26 20:51:40 -05:00
*.foreground: #E1E1E1
*.background: #1c2023
*.cursorColor: #778899
2018-07-27 23:11:21 -05:00
*.color0: #1c2023
2018-08-18 15:16:42 -05:00
*.color1: #bf616a
*.color2: #a3be8c
*.color3: #ebcb8b
*.color4: #8fa1b3
*.color5: #b48ead
*.color6: #96b5b4
2018-07-27 23:11:21 -05:00
*.color7: #E1E1E1
*.color8: #919ba0
2018-08-18 15:16:42 -05:00
*.color9: #bf616a
*.color10: #a3be8c
*.color11: #ebcb8b
*.color12: #8fa1b3
*.color13: #b48ead
*.color14: #96b5b4
*.color15: #c0c5ce
2017-10-16 14:38:02 -05:00
! Rofi
rofi.font: monospace 12
2018-05-02 23:45:37 -05:00
rofi.padding: 20
rofi.line-padding: 2
rofi.color-enabled: true
2018-05-02 23:45:37 -05:00
rofi.hide-scrollbar: true
rofi.separator-style: solid
2018-07-23 20:30:29 -05:00
rofi.color-window: #1c2023, #919ba0, #1c2023
rofi.color-normal: #1c2023, #919ba0, #1c2023, #a4a4a4, #1c2023
rofi.color-urgent: argb:00000000, #f43753, argb:00000000, argb:00000000, #e29a49
rofi.color-active: argb:00000000, #49bbfb, argb:00000000, argb:00000000, #e29a49
2018-12-01 20:08:48 -06:00
rofi.kb-cancel: Escape,Alt+F1
2017-10-23 18:35:35 -05:00
! xterm
2018-08-18 15:16:42 -05:00
xterm*termName: xterm-256color
xterm*font: monospace
xterm*faceName: monospace:size=11
2017-10-16 14:38:02 -05:00
xterm*loginShell: true
xterm*vt100*geometry: 90x34
xterm*saveLines: 2000
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
xterm*eightBitInput: false
2017-10-23 18:35:35 -05:00
! URxvt
URxvt*saveline: 15000
URxvt*termName: rxvt-256color
URxvt*iso14755: false
URxvt*depth: 32
2018-07-26 20:51:40 -05:00
URxvt*background: [95]#1C2023
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*internalBorder: 0
URxvt*externalBorder: 0
URxvt*letterSpace: -1
URxvt.font: xft:monospace:size=11
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.urlLauncher: exo-open
URxvt.underlineURLs: true
URxvt.urlButton: 1
2018-08-18 15:16:42 -05:00
URxvt.geometry: 90x34
2017-10-16 14:38:02 -05:00
URxvt.tabbed.tabbar-fg: 4
URxvt.tabbed.tabbar-bg: 16
URxvt.tabbed.tab-fg: 15
URxvt.tabbed.tab-bg: 4
URxvt*buffered: false