XDEFAULTS: Tronify and vbell
Tronify my xdefaults colors and make urxvt use a visualBell instead of an audible one.
This commit is contained in:
parent
917ee373ad
commit
3f688c06d4
1 changed files with 12 additions and 11 deletions
23
.Xdefaults
23
.Xdefaults
|
@ -1,28 +1,28 @@
|
||||||
! -*- mode: conf-xdefaults; mode: rainbow -*-
|
! -*- mode: conf-xdefaults; mode: rainbow -*-
|
||||||
! - color scheme
|
! - color scheme
|
||||||
*.background: #000000
|
*.background: #000000
|
||||||
*.foreground: #ff9800
|
*.foreground: #15abc3
|
||||||
! black
|
! black
|
||||||
*.color0: #0c181c
|
*.color0: #000000
|
||||||
*.color8: #2e3436
|
*.color8: #0d0b0c
|
||||||
! red
|
! red
|
||||||
*.color1: #800000
|
*.color1: #800000
|
||||||
*.color9: #c89490
|
*.color9: #c89490
|
||||||
! green
|
! green
|
||||||
*.color2: #337733
|
*.color2: #00815b
|
||||||
*.color10: #4E9A06
|
*.color10: #05e4a5
|
||||||
! yellow
|
! yellow
|
||||||
*.color3: #eac435
|
*.color3: #c3ab15
|
||||||
*.color11: #ffff77
|
*.color11: #e0c624
|
||||||
! blue
|
! blue
|
||||||
*.color4: #295874
|
*.color4: #035390
|
||||||
*.color12: RoyalBlue
|
*.color12: #029cdc
|
||||||
! purple
|
! purple
|
||||||
*.color5: #585ca8
|
*.color5: #585ca8
|
||||||
*.color13: #9b859d
|
*.color13: #9b859d
|
||||||
! cyan
|
! cyan
|
||||||
*.color6: #287373
|
*.color6: #15abc3
|
||||||
*.color14: #53a5a5
|
*.color14: #24c6e0
|
||||||
! white
|
! white
|
||||||
*.color7: #808080
|
*.color7: #808080
|
||||||
*.color15: #ececec
|
*.color15: #ececec
|
||||||
|
@ -38,6 +38,7 @@ urxvt*cursorBlink: false
|
||||||
urxvt*cursorUnderline: true
|
urxvt*cursorUnderline: true
|
||||||
urxvt*urgentOnBell: true
|
urxvt*urgentOnBell: true
|
||||||
urxvt*termName: rxvt-256color
|
urxvt*termName: rxvt-256color
|
||||||
|
urxvt.visualBell: true
|
||||||
|
|
||||||
! Extensions
|
! Extensions
|
||||||
urxvt*perl-lib: /usr/lib/urxvt/perl/
|
urxvt*perl-lib: /usr/lib/urxvt/perl/
|
||||||
|
|
Loading…
Reference in a new issue