90 lines
2.2 KiB
Plaintext
90 lines
2.2 KiB
Plaintext
! Base colors
|
|
*.foreground: #E1E1E1
|
|
*.background: #1c2023
|
|
*.cursorColor: #707880
|
|
|
|
*.color0: #1c2023
|
|
*.color1: #a54242
|
|
*.color2: #8c9440
|
|
*.color3: #de935f
|
|
*.color4: #5f819d
|
|
*.color5: #85678f
|
|
*.color6: #5e8d87
|
|
*.color7: #E1E1E1
|
|
*.color8: #1c2023
|
|
*.color9: #cc6666
|
|
*.color10: #b5bd68
|
|
*.color11: #f0c674
|
|
*.color12: #81a2be
|
|
*.color13: #b294bb
|
|
*.color14: #8abeb7
|
|
*.color15: #c5c8c6
|
|
|
|
! Rofi
|
|
rofi.font: DejaVu Sans Mono 12
|
|
rofi.padding: 20
|
|
rofi.line-padding: 2
|
|
rofi.color-enabled: true
|
|
rofi.hide-scrollbar: true
|
|
rofi.separator-style: solid
|
|
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
|
|
|
|
! xterm
|
|
xterm*font: DejaVu Sans Mono
|
|
xterm*faceName: DejaVu Sans Mono:size=11:antialias=false
|
|
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*termName: xterm-256color
|
|
xterm*eightBitInput: false
|
|
|
|
! URxvt
|
|
URxvt*saveline: 15000
|
|
URxvt*termName: rxvt-256color
|
|
URxvt*iso14755: false
|
|
URxvt*depth: 32
|
|
URxvt*background: [95]#1C2023
|
|
URxvt*scrollBar: false
|
|
URxvt*scrollBar_right: false
|
|
URxvt*internalBorder: 0
|
|
URxvt*externalBorder: 0
|
|
URxvt*letterSpace: -1
|
|
URxvt.font: xft:DejaVu Sans Mono:size=11
|
|
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
|
|
URxvt.copyCommand: xclip -i -selection clipboard
|
|
URxvt.pasteCommand: xclip -o -selection clipboard
|
|
URxvt.keysym.m-c: perl:clipboard:copy
|
|
URxvt.keysym.m-v: perl:clipboard:paste
|
|
URxvt.urlLauncher: exo-open
|
|
URxvt.underlineURLs: true
|
|
URxvt.urlButton: 1
|
|
URxvt.geometry: 90x30
|
|
URxvt.tabbed.tabbar-fg: 4
|
|
URxvt.tabbed.tabbar-bg: 16
|
|
URxvt.tabbed.tab-fg: 15
|
|
URxvt.tabbed.tab-bg: 4
|
|
URxvt*buffered: false
|
|
|
|
! UXTerm
|
|
UXTerm*termName: xterm-256color
|
|
UXTerm*cursorColor: white
|
|
UXTerm*VT100.geometry: 90x30
|
|
UXTerm*font: DejaVu Sans Mono
|
|
UXTerm*faceSize: 10
|
|
UXTerm*dynamicColors: true
|
|
UXTerm*utf8: 2
|
|
UXTerm*eightBitInput: true
|
|
UXTerm*saveLines: 10000
|
|
UXTerm*scrollKey: true
|
|
UXTerm*scrollTtyOutput: false
|
|
UXTerm*scrollBar: false
|
|
UXTerm*rightScrollBar: false
|
|
UXTerm*jumpScroll: true
|
|
UXTerm*multiScroll: true
|
|
UXTerm*toolBar: false
|
|
|