style.css - dotfiles - These are my dotfiles. There are many like it, but these are mine.
 (HTM) git clone git://jay.scot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       style.css (481B)
       ---
            1 * {
            2         font-size: 16px;
            3         font-family: Hack;
            4 }
            5 
            6 #custom-vpn,
            7 window#waybar {
            8         background: #292b2e;
            9         color: #fdf6e3;
           10 }
           11 
           12 #workspaces button {
           13         padding: 0 0px;
           14         color: #fdf6e3;
           15 }
           16 #workspaces button.focused {
           17         color: #268bd2;
           18 }
           19 
           20 #custom-vpn.connected {
           21         color: #007300;
           22 }
           23 
           24 #custom-vpn.disconnected {
           25         color: #d22635;
           26 }
           27 
           28 #custom-mail.new {
           29         color: #268bd2;
           30 }
           31 
           32 #custom-newsraft.new {
           33         color: #268bd2;
           34 }
           35 
           36 #clock,
           37 #custom-vpn,
           38 #custom-mail,
           39 #custom-newsraft,
           40 #pulseaudio {
           41         padding: 0 5px;
           42 }