121 lines
3.0 KiB
Plaintext
Executable File
121 lines
3.0 KiB
Plaintext
Executable File
! ------------------------------------------------------------------------------
|
|
! theme colors
|
|
! ------------------------------------------------------------------------------
|
|
! special
|
|
*.foreground: #c0c5ce
|
|
*.background: #2b303b
|
|
*.cursorColor: #c0c5ce
|
|
|
|
! black
|
|
*.color0: #2b303b
|
|
*.color8: #65737e
|
|
|
|
! red
|
|
*.color1: #bf616a
|
|
*.color9: #bf616a
|
|
|
|
! green
|
|
*.color2: #a3be8c
|
|
*.color10: #a3be8c
|
|
|
|
! yellow
|
|
*.color3: #ebcb8b
|
|
*.color11: #ebcb8b
|
|
|
|
! blue
|
|
*.color4: #8fa1b3
|
|
*.color12: #8fa1b3
|
|
|
|
! magenta
|
|
*.color5: #b48ead
|
|
*.color13: #b48ead
|
|
|
|
! cyan
|
|
*.color6: #96b5b4
|
|
*.color14: #96b5b4
|
|
|
|
! white
|
|
*.color7: #65737e
|
|
*.color15: #F6F6F6
|
|
|
|
|
|
! ------------------------------------------------------------------------------
|
|
! xterm
|
|
! ------------------------------------------------------------------------------
|
|
|
|
xterm*font: 7x13
|
|
xterm*faceName: Monospace:size=10: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-color
|
|
xterm*eightBitInput: false
|
|
|
|
|
|
! ------------------------------------------------------------------------------
|
|
! URxvt
|
|
! -----------------------------------------------------------------------------
|
|
|
|
! general settings
|
|
URxvt*saveline: 15000
|
|
URxvt*termName: rxvt-256color
|
|
URxvt*iso14755: false
|
|
|
|
! appearance
|
|
URxvt*depth: 32
|
|
URxvt*background: [80]#2b303b
|
|
URxvt*scrollBar: false
|
|
URxvt*scrollBar_right: false
|
|
URxvt*internalBorder: 0
|
|
URxvt*externalBorder: 0
|
|
|
|
! fonts
|
|
URxvt*letterSpace: -1
|
|
URxvt.font: xft:Ubuntu Mono Nerd Font:size=11
|
|
! run :.!fc-list | grep <font-name>
|
|
|
|
! perl extensions
|
|
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
|
|
|
|
! macros for clipboard and selection "m"=Alt
|
|
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
|
|
|
|
! tabbed
|
|
URxvt.tabbed.tabbar-fg: 4
|
|
URxvt.tabbed.tabbar-bg: 16
|
|
URxvt.tabbed.tab-fg: 15
|
|
URxvt.tabbed.tab-bg: 4
|
|
URxvt*buffered: false
|
|
|
|
|
|
! ------------------------------------------------------------------------------
|
|
! UXTerm
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! termtype
|
|
UXTerm*termName: xterm-256color
|
|
|
|
UXTerm*cursorColor: white
|
|
UXTerm*VT100.geometry: 90x30
|
|
UXTerm*font: Monospace
|
|
UXTerm*faceSize: 12
|
|
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
|