forked from DustVoice/dotfiles
Correct .Xresources
This commit is contained in:
parent
d280f698f8
commit
4a85a10b9b
1 changed files with 23 additions and 17 deletions
40
.Xresources
40
.Xresources
|
@ -1,22 +1,28 @@
|
||||||
! Dracula Xresources palette
|
! Dracula Xresources palette
|
||||||
*.foreground: #F8F8F2
|
*.foreground: #F8F8F2
|
||||||
*.background: #282A36
|
*.background: #282A36
|
||||||
*.color0: #000000
|
*.text: #44475A
|
||||||
*.color8: #4D4D4D
|
*.cursor: #F8F8F2
|
||||||
*.color1: #FF5555
|
*.color0: #000000
|
||||||
*.color9: #FF6E67
|
*.color1: #FF5555
|
||||||
*.color2: #50FA7B
|
*.color2: #50FA7B
|
||||||
*.color10: #5AF78E
|
*.color3: #F1FA8C
|
||||||
*.color3: #F1FA8C
|
*.color4: #BD93F9
|
||||||
*.color11: #F4F99D
|
*.color5: #FF79C6
|
||||||
*.color4: #BD93F9
|
*.color6: #8BE9FD
|
||||||
*.color12: #CAA9FA
|
*.color7: #BFBFBF
|
||||||
*.color5: #FF79C6
|
*.color8: #4D4D4D
|
||||||
*.color13: #FF92D0
|
*.color9: #FF6E67
|
||||||
*.color6: #8BE9FD
|
*.color10: #5AF78E
|
||||||
*.color14: #9AEDFE
|
*.color11: #F4F99D
|
||||||
*.color7: #BFBFBF
|
*.color12: #CAA9FA
|
||||||
*.color15: #E6E6E6
|
*.color13: #FF92D0
|
||||||
|
*.color14: #9AEDFE
|
||||||
|
*.color15: #E6E6E6
|
||||||
|
*.font = "Hack:size=10:antialias=true:autohint=true"
|
||||||
|
*.termName: xterm-256color
|
||||||
|
*.shell: /usr/bin/zsh
|
||||||
|
*.tabspaces: 4
|
||||||
|
*.borderpx: 2
|
||||||
|
|
||||||
Xft.dpi: 96
|
Xft.dpi: 96
|
||||||
*.font = "Hack:size=10:antialias=true:autohint=true"
|
|
||||||
|
|
Loading…
Reference in a new issue