namespaced urxvt colors
This commit is contained in:
parent
5ec2b5583e
commit
c7c7b325d9
43
Xresources
43
Xresources
@ -1,3 +1,12 @@
|
|||||||
|
! DPI settings
|
||||||
|
Xft.dpi: 276
|
||||||
|
Xft.autohint: 0
|
||||||
|
Xft.lcdfilter: lcddefault
|
||||||
|
Xft.hintstyle: hintfull
|
||||||
|
Xft.hinting: 1
|
||||||
|
Xft.antialias: 1
|
||||||
|
Xft.rgba: rgb
|
||||||
|
|
||||||
! urxvt config
|
! urxvt config
|
||||||
URxvt.scrollBar: False
|
URxvt.scrollBar: False
|
||||||
!URxvt.font: xft:Source Code Pro:size=10
|
!URxvt.font: xft:Source Code Pro:size=10
|
||||||
@ -10,38 +19,38 @@ URxvt.keysym.M-C-c: perl:clipboard:paste_escaped
|
|||||||
|
|
||||||
! terminal colours
|
! terminal colours
|
||||||
URxvt.foreground:#a0a0a0
|
URxvt.foreground:#a0a0a0
|
||||||
*background:#1b1d1e
|
URxvt.background:#1b1d1e
|
||||||
|
|
||||||
!molokai inspired colors
|
!molokai inspired colors
|
||||||
|
|
||||||
!!black
|
!!black
|
||||||
*color0: #1b1d1e
|
URxvt.color0: #1b1d1e
|
||||||
*color8: #505354
|
URxvt.color8: #505354
|
||||||
|
|
||||||
!red
|
!red
|
||||||
*color1: #f92672
|
URxvt.color1: #f92672
|
||||||
*color9: #ff5995
|
URxvt.color9: #ff5995
|
||||||
|
|
||||||
!green
|
!green
|
||||||
*color2: #82b414
|
URxvt.color2: #82b414
|
||||||
*color10: #b6e354
|
URxvt.color10: #b6e354
|
||||||
|
|
||||||
!yellow
|
!yellow
|
||||||
*color3: #fd971f
|
URxvt.color3: #fd971f
|
||||||
*color11: #feed6c
|
URxvt.color11: #feed6c
|
||||||
|
|
||||||
!blue
|
!blue
|
||||||
*color4: #56c2d6
|
URxvt.color4: #56c2d6
|
||||||
*color12: #8cedff
|
URxvt.color12: #8cedff
|
||||||
|
|
||||||
!magenta
|
!magenta
|
||||||
*color5: #8c54fe
|
URxvt.color5: #8c54fe
|
||||||
*color13: #9e6ffe
|
URxvt.color13: #9e6ffe
|
||||||
|
|
||||||
!cyan
|
!cyan
|
||||||
*color6: #465457
|
URxvt.color6: #465457
|
||||||
*color14: #899ca1
|
URxvt.color14: #899ca1
|
||||||
|
|
||||||
!white
|
!white
|
||||||
*color7: #ccccc6
|
URxvt.color7: #ccccc6
|
||||||
*color15: #f8f8f2aa
|
URxvt.color15: #f8f8f2aa
|
||||||
|
Loading…
Reference in New Issue
Block a user