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 -*-
|
||||
! - color scheme
|
||||
*.background: #000000
|
||||
*.foreground: #ff9800
|
||||
*.foreground: #15abc3
|
||||
! black
|
||||
*.color0: #0c181c
|
||||
*.color8: #2e3436
|
||||
*.color0: #000000
|
||||
*.color8: #0d0b0c
|
||||
! red
|
||||
*.color1: #800000
|
||||
*.color9: #c89490
|
||||
! green
|
||||
*.color2: #337733
|
||||
*.color10: #4E9A06
|
||||
*.color2: #00815b
|
||||
*.color10: #05e4a5
|
||||
! yellow
|
||||
*.color3: #eac435
|
||||
*.color11: #ffff77
|
||||
*.color3: #c3ab15
|
||||
*.color11: #e0c624
|
||||
! blue
|
||||
*.color4: #295874
|
||||
*.color12: RoyalBlue
|
||||
*.color4: #035390
|
||||
*.color12: #029cdc
|
||||
! purple
|
||||
*.color5: #585ca8
|
||||
*.color13: #9b859d
|
||||
! cyan
|
||||
*.color6: #287373
|
||||
*.color14: #53a5a5
|
||||
*.color6: #15abc3
|
||||
*.color14: #24c6e0
|
||||
! white
|
||||
*.color7: #808080
|
||||
*.color15: #ececec
|
||||
|
@ -38,6 +38,7 @@ urxvt*cursorBlink: false
|
|||
urxvt*cursorUnderline: true
|
||||
urxvt*urgentOnBell: true
|
||||
urxvt*termName: rxvt-256color
|
||||
urxvt.visualBell: true
|
||||
|
||||
! Extensions
|
||||
urxvt*perl-lib: /usr/lib/urxvt/perl/
|
||||
|
|
Loading…
Reference in a new issue