Tweaking colors
This commit is contained in:
parent
de1a082435
commit
a497ff0398
2 changed files with 6 additions and 6 deletions
|
|
@ -1,22 +1,22 @@
|
||||||
Xft.antialias: true
|
Xft.antialias: true
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt*background: rgba:0000/0000/0000/aaaa
|
URxvt*background: rgba:1111/1111/1111/dddd
|
||||||
URxvt*depth: 32
|
URxvt*depth: 32
|
||||||
URxvt*foreground: #dddddd
|
URxvt*foreground: #c3c6c8
|
||||||
#URxvt*transparent: true
|
#URxvt*transparent: true
|
||||||
URxvt*transparent: false
|
URxvt*transparent: false
|
||||||
#URxvt*fading: 2%
|
#URxvt*fading: 2%
|
||||||
#URxvt*shading: 30
|
#URxvt*shading: 30
|
||||||
#URxvt*fadeColor: grey
|
#URxvt*fadeColor: grey
|
||||||
URxvt*buffered: true
|
URxvt*buffered: true
|
||||||
URxvt*cursorColor: green
|
URxvt*cursorColor: #007998
|
||||||
!URxvt*font: xft:Terminus:pixelsize=11,xft:IPAGothic:antialias=true
|
!URxvt*font: xft:Terminus:pixelsize=11,xft:IPAGothic:antialias=true
|
||||||
URxvt*font: 6x13,xft:IPAGothic:antialias=true
|
URxvt*font: 6x13,xft:IPAGothic:antialias=true
|
||||||
!URxvt*perl-ext-common: default
|
!URxvt*perl-ext-common: default
|
||||||
|
|
||||||
URxvt.perl-ext-common: default,matcher
|
URxvt.perl-ext-common: default,matcher
|
||||||
URxvt*urlLauncher: urxvt-to-uzbl.sh
|
URxvt*urlLauncher: urxvt-to-uzbl.sh
|
||||||
URxvt.colorUL: #cc0000
|
URxvt.colorUL: #007998
|
||||||
|
|
||||||
!URxvt.borderLess:True
|
!URxvt.borderLess:True
|
||||||
!URxvt.reverseVideo:True
|
!URxvt.reverseVideo:True
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,8 @@ mWorkspaces = map show [1 .. 9 :: Int]
|
||||||
|
|
||||||
-- Border colors for unfocused and focused windows, respectively.
|
-- Border colors for unfocused and focused windows, respectively.
|
||||||
--
|
--
|
||||||
mNormalBorderColor = "#999999"
|
mNormalBorderColor = "#c3c6c8"
|
||||||
mFocusedBorderColor = "#dd0000"
|
mFocusedBorderColor = "#007998"
|
||||||
|
|
||||||
-- Custom keys
|
-- Custom keys
|
||||||
--
|
--
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue