Lucius Light colour scheme

This commit is contained in:
Alex Janka 2015-12-28 00:22:52 +11:00
parent c9b725dfe1
commit 740e791155
2 changed files with 34 additions and 39 deletions

View file

@ -8,12 +8,15 @@ super + Return
# program launcher # program launcher
super + space super + space
dmenu_run rofi -show run
# make sxhkd reload its configuration files: # make sxhkd reload its configuration files:
super + Escape super + Escape
pkill -USR1 -x sxhkd pkill -USR1 -x sxhkd
super + e
thunar
# #
# bspwm hotkeys # bspwm hotkeys
# #

View file

@ -12,47 +12,39 @@ URxvt*font: xft:Inconsolata:size=10:antialias=true:hin
URxvt*letterSpace: -1 URxvt*letterSpace: -1
URxvt*perl-ext-common: tabbedex URxvt*perl-ext-common: tabbedex
URxvt*foreground: #98d1ce URxvt*background: #eeeeee
URxvt*background: #0a0f14 URxvt*foreground: #444444
URxvt*cursorColor: #98d1ce URxvt*cursorColor: #5f87af
URxvt*color0: #444444
URxvt*color8: #444444
URxvt*color1: #af0000
URxvt*color9: #af0000
URxvt*color2: #008700
URxvt*color10: #008700
URxvt*color3: #af5f00
URxvt*color11: #af5f00
URxvt*color4: #005faf
URxvt*color12: #005faf
URxvt*color5: #870087
URxvt*color13: #870087
URxvt*color6: #008787
URxvt*color14: #008787
URxvt*color7: #eeeeee
URxvt*color15: #eeeeee
URxvt*color0: #0a0f14 rofi.fg: #444444
URxvt*color8: #10151b rofi.bg: #eeeeee
URxvt*color1: #c33027 rofi.fg-active: #008787
URxvt*color9: #d26939 rofi.fg-urgent: #af0000
URxvt*color2: #26a98b rofi.hlfg-active: #008700
URxvt*color10: #081f2d rofi.hlfg-urgent: #af0000
URxvt*color3: #edb54b rofi.bg-active: #444444
URxvt*color11: #245361 rofi.bg-urgent: #008700
URxvt*color4: #195465 rofi.hlbg-active: #005faf
URxvt*color12: #093748 rofi.hlbg-urgent: #005faf
URxvt*color5: #4e5165 rofi.bc: #870087
URxvt*color13: #888ba5
URxvt*color6: #33859d
URxvt*color14: #599caa
URxvt*color7: #98d1ce
URxvt*color15: #d3ebe9
rofi.fg: #98d1ce
rofi.bg: #0a0f14
rofi.fg-active: #599caa
rofi.fg-urgent: #d26939
rofi.hlfg-active: #26a98b
rofi.hlfg-urgent: #c33027
rofi.bg-active: #10151b
rofi.bg-urgent: #081f2d
rofi.hlbg-active: #093748
rofi.hlbg-urgent: #195465
rofi.bc: #4e5165