Switching to a Solarized theme
This commit is contained in:
parent
a95ce8405c
commit
369b0e6313
|
@ -339,16 +339,16 @@ bar {
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #283339
|
background #002b36
|
||||||
statusline #F9FAF9
|
statusline #F9FAF9
|
||||||
separator #454947
|
separator #454947
|
||||||
|
|
||||||
# border backgr. text
|
# border backgr. text
|
||||||
focused_workspace #F9FAF9 #16a085 #292F34
|
focused_workspace #002b36 #002b36 #859900
|
||||||
active_workspace #595B5B #353836 #FDF6E3
|
active_workspace #002b36 #002b36 #FDF6E3
|
||||||
inactive_workspace #595B5B #283339 #EEE8D5
|
inactive_workspace #002b36 #002b36 #839496
|
||||||
binding_mode #16a085 #2C2C2C #F9FAF9
|
binding_mode #002b36 #002b36 #F9FAF9
|
||||||
urgent_workspace #16a085 #FDF6E3 #E5201D
|
urgent_workspace #002b36 #002b36 #d33682
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -425,4 +425,4 @@ mode "$mode_gaps_outer" {
|
||||||
|
|
||||||
#### Custom Config
|
#### Custom Config
|
||||||
#exec --no-startup-id systemctl --user start mopidy
|
#exec --no-startup-id systemctl --user start mopidy
|
||||||
exec --no-startup-id /home/jfm/.i3/scripts/start_layout.sh
|
exec --no-startup-id /home/jfm/.i3/scripts/start_layout.sh
|
||||||
|
|
|
@ -6,52 +6,56 @@ Xft.autohint: false
|
||||||
Xft.hintstyle: hintslight
|
Xft.hintstyle: hintslight
|
||||||
Xft.lcdfilter: lcddefault
|
Xft.lcdfilter: lcddefault
|
||||||
|
|
||||||
XTerm*background: #2b2b2b
|
|
||||||
XTerm*foreground: #e7e7e7
|
|
||||||
XTerm*pointerColor: #16A085
|
XTerm*pointerColor: #16A085
|
||||||
XTerm*faceName: Fixed
|
|
||||||
XTerm*faceSize: 11
|
XTerm*faceSize: 11
|
||||||
XTerm*metaSendsEscape: true
|
XTerm*metaSendsEscape: true
|
||||||
|
|
||||||
*background: #272827
|
! Solarized Dark color scheme for the X Window System
|
||||||
*foreground: #657b83
|
#define S_yellow #b58900
|
||||||
*fading: 15
|
#define S_orange #cb4b16
|
||||||
*fadeColor: black
|
#define S_red #dc322f
|
||||||
*cursorColor: #16A085
|
#define S_magenta #d33682
|
||||||
*pointerColorBackground: #2B2C2B
|
#define S_violet #6c71c4
|
||||||
*pointerColorForeground: #16A085
|
#define S_blue #268bd2
|
||||||
|
#define S_cyan #2aa198
|
||||||
|
#define S_green #859900
|
||||||
|
|
||||||
!! black dark/light
|
#define S_base03 #002b36
|
||||||
*color0: #232423
|
#define S_base02 #073642
|
||||||
*color8: #282928
|
#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
|
URxvt*background: S_base03
|
||||||
*color2: #7E807E
|
|
||||||
*color10: #8D8F8D
|
|
||||||
|
|
||||||
!! yellow dark/light
|
*background: S_base03
|
||||||
*color3: #4C4F4D
|
*foreground: S_base0
|
||||||
*color11: #4E524F
|
*fading: 40
|
||||||
|
*fadeColor: S_base03
|
||||||
|
*cursorColor: S_base1
|
||||||
|
*pointerColorBackground: S_base01
|
||||||
|
*pointerColorForeground: S_base1
|
||||||
|
|
||||||
!! blue dark/light
|
*color0: S_base02
|
||||||
*color4: #16A085
|
*color1: S_red
|
||||||
*color12: #13BF9D
|
*color2: S_green
|
||||||
|
*color3: S_yellow
|
||||||
!! magenta dark/light
|
*color4: S_blue
|
||||||
*color5: #43746A
|
*color5: S_magenta
|
||||||
*color13: #487D72
|
*color6: S_cyan
|
||||||
|
*color7: S_base2
|
||||||
!! cyan dark/light
|
*color9: S_orange
|
||||||
*color6: #00CCCC
|
*color8: S_base03
|
||||||
*color14: #00D1D1
|
*color10: S_base01
|
||||||
|
*color11: S_base00
|
||||||
!! white dark/light
|
*color12: S_base0
|
||||||
*color7: #E0E0E0
|
*color13: S_violet
|
||||||
*color15: #E8E8E8
|
*color14: S_base1
|
||||||
|
*color15: S_base3
|
||||||
|
|
||||||
Xcursor.theme: xcursor-breeze
|
Xcursor.theme: xcursor-breeze
|
||||||
Xcursor.size: 0
|
Xcursor.size: 0
|
||||||
|
@ -70,11 +74,11 @@ URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
|
||||||
!! terminus names see end of file!
|
!! terminus names see end of file!
|
||||||
|
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
URxvt.background: [80]#000000
|
! URxvt.background: [80]#000000
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt*mouseWheelScrollPage: false
|
URxvt*mouseWheelScrollPage: false
|
||||||
URxvt*cursorBlink: true
|
URxvt*cursorBlink: true
|
||||||
URxvt*background: black
|
! URxvt*background: black
|
||||||
URxvt*foreground: grey
|
URxvt*foreground: grey
|
||||||
URxvt*saveLines: 5000
|
URxvt*saveLines: 5000
|
||||||
|
|
||||||
|
@ -227,4 +231,4 @@ URxvt*saveLines: 5000
|
||||||
! -xos4-terminus-bold-r-normal--20-200-72-72-c-100-iso10646-1
|
! -xos4-terminus-bold-r-normal--20-200-72-72-c-100-iso10646-1
|
||||||
! -xos4-terminus-bold-r-normal--24-240-72-72-c-120-iso10646-1
|
! -xos4-terminus-bold-r-normal--24-240-72-72-c-120-iso10646-1
|
||||||
! -xos4-terminus-bold-r-normal--28-280-72-72-c-140-iso10646-1
|
! -xos4-terminus-bold-r-normal--28-280-72-72-c-140-iso10646-1
|
||||||
! -xos4-terminus-bold-r-normal--32-320-72-72-c-160-iso10646-1
|
! -xos4-terminus-bold-r-normal--32-320-72-72-c-160-iso10646-1
|
||||||
|
|
Loading…
Reference in New Issue