Switched Screens
This commit is contained in:
parent
a004c8c24d
commit
a9bebf4efd
11 changed files with 97 additions and 18 deletions
|
@ -9,3 +9,71 @@ Xft.hintstyle: hintfull
|
|||
Xft.lcdfilter: lcdfilter
|
||||
Xft.dpi: 96
|
||||
|
||||
|
||||
|
||||
|
||||
XTerm*renderFont: true
|
||||
XTerm*faceName: xft:JetBrainsMono Nerd Font, \
|
||||
xft:JoyPixels:size=12, \
|
||||
xft:Monospacexr:style=Medium:size=12
|
||||
XTerm*faceSize: 11
|
||||
XTerm*utf8: 2
|
||||
XTerm*locale: true
|
||||
|
||||
XTerm.vt100.translations: #override \n\
|
||||
Ctrl <Key> j: smaller-vt-font() \n\
|
||||
Ctrl <Key> k: larger-vt-font()
|
||||
|
||||
|
||||
! Every shell is a login shell by default (for inclusion of all necessary environment variables)
|
||||
XTerm*loginshell: true
|
||||
|
||||
! I like a LOT of scrollback...
|
||||
XTerm*savelines: 16384
|
||||
|
||||
! double-click to select whole URLs :D
|
||||
XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
|
||||
|
||||
|
||||
! COLORS FOR SXIV
|
||||
Sxiv.foreground: #bbc2cf
|
||||
Sxiv.background: #1A2026
|
||||
Sxiv.font: Roboto:style=bold:size=11
|
||||
|
||||
|
||||
! special
|
||||
*.foreground: #c5c8c6
|
||||
*.background: #1d1f21
|
||||
*.cursorColor: #c5c8c6
|
||||
|
||||
! black
|
||||
*.color0: #282a2e
|
||||
*.color8: #373b41
|
||||
|
||||
! red
|
||||
*.color1: #a54242
|
||||
*.color9: #cc6666
|
||||
|
||||
! green
|
||||
*.color2: #8c9440
|
||||
*.color10: #b5bd68
|
||||
|
||||
! yellow
|
||||
*.color3: #de935f
|
||||
*.color11: #f0c674
|
||||
|
||||
! blue
|
||||
*.color4: #5f819d
|
||||
*.color12: #81a2be
|
||||
|
||||
! magenta
|
||||
*.color5: #85678f
|
||||
*.color13: #b294bb
|
||||
|
||||
! cyan
|
||||
*.color6: #5e8d87
|
||||
*.color14: #8abeb7
|
||||
|
||||
! white
|
||||
*.color7: #707880
|
||||
*.color15: #c5c8c6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue