.Xdefaults
This commit is contained in:
parent
3d8f0dffd0
commit
7c97cf1403
1 changed files with 20 additions and 20 deletions
40
.Xdefaults
40
.Xdefaults
|
@ -1,33 +1,33 @@
|
|||
! -*- mode: conf-xdefaults; mode: rainbow -*-
|
||||
! -*- mode: conf-xdefaults; eval: (rainbow-mode 1); eval: (git-auto-commit-mode 1) -*-
|
||||
! - color scheme
|
||||
*.background: #000000
|
||||
*.foreground: #15abc3
|
||||
urxvt.background: #000000
|
||||
urxvt.foreground: #15abc3
|
||||
! black
|
||||
*.color0: #000000
|
||||
*.color8: #0d0b0c
|
||||
urxvt.color0: #000000
|
||||
urxvt.color8: #0d0b0c
|
||||
! red
|
||||
*.color1: #800000
|
||||
*.color9: #c89490
|
||||
urxvt.color1: #800000
|
||||
urxvt.color9: #c89490
|
||||
! green
|
||||
*.color2: #00815b
|
||||
*.color10: #05e4a5
|
||||
urxvt.color2: #00815b
|
||||
urxvt.color10: #05e4a5
|
||||
! yellow
|
||||
*.color3: #c3ab15
|
||||
*.color11: #e0c624
|
||||
urxvt.color3: #c3ab15
|
||||
urxvt.color11: #e0c624
|
||||
! blue
|
||||
*.color4: #035390
|
||||
*.color12: #029cdc
|
||||
urxvt.color4: #035390
|
||||
urxvt.color12: #029cdc
|
||||
! purple
|
||||
*.color5: #585ca8
|
||||
*.color13: #9b859d
|
||||
urxvt.color5: #585ca8
|
||||
urxvt.color13: #9b859d
|
||||
! cyan
|
||||
*.color6: #15abc3
|
||||
*.color14: #24c6e0
|
||||
urxvt.color6: #15abc3
|
||||
urxvt.color14: #24c6e0
|
||||
! white
|
||||
*.color7: #808080
|
||||
*.color15: #ececec
|
||||
urxvt.color7: #808080
|
||||
urxvt.color15: #ececec
|
||||
|
||||
*.internalBorder: 0
|
||||
urxvt.internalBorder: 0
|
||||
|
||||
! General
|
||||
urxvt*loginShell: true
|
||||
|
|
Loading…
Reference in a new issue