Dotfiles config update (2022-03-13)
This commit is contained in:
parent
c721fbf126
commit
b7ae8c32f1
51
.Xresources
51
.Xresources
|
@ -33,13 +33,7 @@ URxvt*imLocale: en_US.UTF-8
|
|||
URxvt*termName: rxvt-unicode-256color
|
||||
Urxvt*buffered: false
|
||||
URxvt.intensityStyles: false
|
||||
URxvt.font: xft:UbuntuMono Nerd Font:size=13, \
|
||||
xft:Inconsolata Nerd Font Mono:size=13, \
|
||||
xft:DejaVuSansMono Nerd Font:size=13, \
|
||||
xft:DroidSansMono Nerd Font:size=13, \
|
||||
xft:FuraMono Nerd Font:size=13, \
|
||||
xft:RobotoMono Nerd Font:size=13, \
|
||||
xft:Noto Sans Mono:size=13, \
|
||||
URxvt.font: xft:Noto Sans Mono:size=13, \
|
||||
xft:Monospace:style=Medium:size=13
|
||||
URxvt.saveLines: 2000
|
||||
URxvt.scrollBar: false
|
||||
|
@ -65,47 +59,46 @@ URxvt.keysym.M-c: perl:clipboard:copy
|
|||
URxvt.keysym.M-v: perl:clipboard:paste
|
||||
URxvt*depth: 32
|
||||
|
||||
|
||||
! Dracula Xresources palette
|
||||
!! COLORS
|
||||
|
||||
! special
|
||||
URxvt*foreground: ##292d3e
|
||||
URxvt*background: #bbc5ff
|
||||
URxvt*cursorColor: #292d3e
|
||||
URxvt*foreground: #abb2bf
|
||||
URxvt*background: #1e2127
|
||||
URxvt*cursorColor: #292d3e
|
||||
|
||||
XTerm*foreground: #bbc5ff
|
||||
XTerm*background: #292d3e
|
||||
XTerm*foreground: #abb2bf
|
||||
XTerm*background: #1e2127
|
||||
XTerm*cursorColor: #bbc5ff
|
||||
|
||||
! black
|
||||
*.color0: #101010
|
||||
*.color8: #434758
|
||||
*.color0: #5c6370
|
||||
*.color8: #5c6370
|
||||
|
||||
! red
|
||||
*.color1: #f07178
|
||||
*.color9: #ff8b92
|
||||
*.color1: #e06c75
|
||||
*.color9: #e06c75
|
||||
|
||||
! green
|
||||
*.color2: #c3e88d
|
||||
*.color10: #ddffa7
|
||||
*.color2: #98c379
|
||||
*.color10: #98c379
|
||||
|
||||
! yellow
|
||||
*.color3: #ffcb6b
|
||||
*.color11: #ffe585
|
||||
*.color3: #d19a66
|
||||
*.color11: #d19a66
|
||||
|
||||
! blue
|
||||
*.color4: #82aaff
|
||||
*.color12: #9cc4ff
|
||||
*.color4: #61afef
|
||||
*.color12: #61afef
|
||||
|
||||
! magenta
|
||||
*.color5: #c792ea
|
||||
*.color13: #e1acff
|
||||
*.color5: #c678dd
|
||||
*.color13: #c678dd
|
||||
|
||||
! cyan
|
||||
*.color6: #89ddff
|
||||
*.color14: #a3f7ff
|
||||
*.color6: #56b6c2
|
||||
*.color14: #56b6c2
|
||||
|
||||
! white
|
||||
*.color7: #d0d0d0
|
||||
*.color15: #ffffff
|
||||
*.color7: #828791
|
||||
*.color15: #828791
|
||||
|
|
Loading…
Reference in New Issue
Block a user