Switching to a Solarized theme
This commit is contained in:
parent
a95ce8405c
commit
369b0e6313
|
@ -339,16 +339,16 @@ bar {
|
|||
strip_workspace_numbers yes
|
||||
|
||||
colors {
|
||||
background #283339
|
||||
background #002b36
|
||||
statusline #F9FAF9
|
||||
separator #454947
|
||||
|
||||
# border backgr. text
|
||||
focused_workspace #F9FAF9 #16a085 #292F34
|
||||
active_workspace #595B5B #353836 #FDF6E3
|
||||
inactive_workspace #595B5B #283339 #EEE8D5
|
||||
binding_mode #16a085 #2C2C2C #F9FAF9
|
||||
urgent_workspace #16a085 #FDF6E3 #E5201D
|
||||
focused_workspace #002b36 #002b36 #859900
|
||||
active_workspace #002b36 #002b36 #FDF6E3
|
||||
inactive_workspace #002b36 #002b36 #839496
|
||||
binding_mode #002b36 #002b36 #F9FAF9
|
||||
urgent_workspace #002b36 #002b36 #d33682
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -6,52 +6,56 @@ Xft.autohint: false
|
|||
Xft.hintstyle: hintslight
|
||||
Xft.lcdfilter: lcddefault
|
||||
|
||||
XTerm*background: #2b2b2b
|
||||
XTerm*foreground: #e7e7e7
|
||||
XTerm*pointerColor: #16A085
|
||||
XTerm*faceName: Fixed
|
||||
XTerm*faceSize: 11
|
||||
XTerm*metaSendsEscape: true
|
||||
|
||||
*background: #272827
|
||||
*foreground: #657b83
|
||||
*fading: 15
|
||||
*fadeColor: black
|
||||
*cursorColor: #16A085
|
||||
*pointerColorBackground: #2B2C2B
|
||||
*pointerColorForeground: #16A085
|
||||
! Solarized Dark color scheme for the X Window System
|
||||
#define S_yellow #b58900
|
||||
#define S_orange #cb4b16
|
||||
#define S_red #dc322f
|
||||
#define S_magenta #d33682
|
||||
#define S_violet #6c71c4
|
||||
#define S_blue #268bd2
|
||||
#define S_cyan #2aa198
|
||||
#define S_green #859900
|
||||
|
||||
!! black dark/light
|
||||
*color0: #232423
|
||||
*color8: #282928
|
||||
#define S_base03 #002b36
|
||||
#define S_base02 #073642
|
||||
#define S_base01 #586e75
|
||||
#define S_base00 #657b83
|
||||
#define S_base0 #839496
|
||||
#define S_base1 #93a1a1
|
||||
#define S_base2 #eee8d5
|
||||
#define S_base3 #fdf6e3
|
||||
|
||||
!! red dark/light
|
||||
*color1: #BA2922
|
||||
*color9: #CC372C
|
||||
|
||||
!! green dark/light
|
||||
*color2: #7E807E
|
||||
*color10: #8D8F8D
|
||||
URxvt*background: S_base03
|
||||
|
||||
!! yellow dark/light
|
||||
*color3: #4C4F4D
|
||||
*color11: #4E524F
|
||||
*background: S_base03
|
||||
*foreground: S_base0
|
||||
*fading: 40
|
||||
*fadeColor: S_base03
|
||||
*cursorColor: S_base1
|
||||
*pointerColorBackground: S_base01
|
||||
*pointerColorForeground: S_base1
|
||||
|
||||
!! blue dark/light
|
||||
*color4: #16A085
|
||||
*color12: #13BF9D
|
||||
|
||||
!! magenta dark/light
|
||||
*color5: #43746A
|
||||
*color13: #487D72
|
||||
|
||||
!! cyan dark/light
|
||||
*color6: #00CCCC
|
||||
*color14: #00D1D1
|
||||
|
||||
!! white dark/light
|
||||
*color7: #E0E0E0
|
||||
*color15: #E8E8E8
|
||||
*color0: S_base02
|
||||
*color1: S_red
|
||||
*color2: S_green
|
||||
*color3: S_yellow
|
||||
*color4: S_blue
|
||||
*color5: S_magenta
|
||||
*color6: S_cyan
|
||||
*color7: S_base2
|
||||
*color9: S_orange
|
||||
*color8: S_base03
|
||||
*color10: S_base01
|
||||
*color11: S_base00
|
||||
*color12: S_base0
|
||||
*color13: S_violet
|
||||
*color14: S_base1
|
||||
*color15: S_base3
|
||||
|
||||
Xcursor.theme: xcursor-breeze
|
||||
Xcursor.size: 0
|
||||
|
@ -70,11 +74,11 @@ URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
|
|||
!! terminus names see end of file!
|
||||
|
||||
URxvt.depth: 32
|
||||
URxvt.background: [80]#000000
|
||||
! URxvt.background: [80]#000000
|
||||
URxvt*scrollBar: false
|
||||
URxvt*mouseWheelScrollPage: false
|
||||
URxvt*cursorBlink: true
|
||||
URxvt*background: black
|
||||
! URxvt*background: black
|
||||
URxvt*foreground: grey
|
||||
URxvt*saveLines: 5000
|
||||
|
||||
|
|
Loading…
Reference in New Issue