let us experiment with a light terminal theme
This commit is contained in:
parent
a521012dec
commit
11ea20b404
1 changed files with 14 additions and 14 deletions
28
xresources
28
xresources
|
@ -23,8 +23,8 @@ URxvt.urgentOnBell: true
|
||||||
URxvt.cursorUnderline: true
|
URxvt.cursorUnderline: true
|
||||||
URxvt.termName: rxvt-unicode-256color
|
URxvt.termName: rxvt-unicode-256color
|
||||||
URxvt.internalBorder: 0
|
URxvt.internalBorder: 0
|
||||||
URxvt.fading: 33
|
!URxvt.fading: 33
|
||||||
URxvt.depth: 32
|
!URxvt.depth: 32
|
||||||
|
|
||||||
! urxvt perl extensions
|
! urxvt perl extensions
|
||||||
URxvt.perl-ext-common: default,matcher,clipboard
|
URxvt.perl-ext-common: default,matcher,clipboard
|
||||||
|
@ -34,26 +34,26 @@ URxvt.keysym.C-C: perl:clipboard:copy
|
||||||
URxvt.keysym.C-V: perl:clipboard:paste
|
URxvt.keysym.C-V: perl:clipboard:paste
|
||||||
! }}}
|
! }}}
|
||||||
! {{{ urxvt colors
|
! {{{ urxvt colors
|
||||||
URxvt.foreground: #839496
|
URxvt.foreground: #657b83
|
||||||
URxvt.background: [80]#00141A
|
URxvt.background: #fdf6e3
|
||||||
URxvt.cursorColor: #fdf6e3
|
URxvt.cursorColor: #002b36
|
||||||
URxvt.colorBD: #fdf6e3
|
URxvt.colorBD: #002b36
|
||||||
|
|
||||||
URxvt.color0: #073642
|
URxvt.color0: #eee8d5
|
||||||
URxvt.color1: #dc322f
|
URxvt.color1: #dc322f
|
||||||
URxvt.color2: #859900
|
URxvt.color2: #859900
|
||||||
URxvt.color3: #b58900
|
URxvt.color3: #b58900
|
||||||
URxvt.color4: #268bd2
|
URxvt.color4: #268bd2
|
||||||
URxvt.color5: #d33682
|
URxvt.color5: #d33682
|
||||||
URxvt.color6: #2aa198
|
URxvt.color6: #2aa198
|
||||||
URxvt.color7: #eee8d5
|
URxvt.color7: #073642
|
||||||
|
|
||||||
URxvt.color8: #002b36
|
URxvt.color8: #fdf6e3
|
||||||
URxvt.color9: #cb4b16
|
URxvt.color9: #cb4b16
|
||||||
URxvt.color10: #586e75
|
URxvt.color10: #93a1a1
|
||||||
URxvt.color11: #657b83
|
URxvt.color11: #839496
|
||||||
URxvt.color12: #839496
|
URxvt.color12: #657b83
|
||||||
URxvt.color13: #6c71c4
|
URxvt.color13: #6c71c4
|
||||||
URxvt.color14: #93a1a1
|
URxvt.color14: #586e75
|
||||||
URxvt.color15: #fdf6e3
|
URxvt.color15: #002b36
|
||||||
! }}}
|
! }}}
|
||||||
|
|
Loading…
Reference in a new issue