Skip to content

Commit

Permalink
Merge pull request #5 from wei2912/new-lime-theme
Browse files Browse the repository at this point in the history
Update Lime theme.
  • Loading branch information
Tony Crisci committed Jun 24, 2014
2 parents 6b4194e + cc7f05b commit 5e7f184
Showing 1 changed file with 43 additions and 31 deletions.
74 changes: 43 additions & 31 deletions themes/lime
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,56 @@
---
meta:
description: 'Lime theme by wei2912 <http://wei2912.github.io>, based on Archlinux theme by okraits <http://okraits.de>'
colors:
lime: '#4E9C00' # main colour
lime_inactive: '#1B3600'

red: '#C20000' # urgent colour
black: '#333333' # background

txt_active: '#FFFFFF' # white
txt_inactive: '#888888' # grey

indicator: '#FFFFFF' # white

window_colors:
focused:
border: '#4E9C00'
background: '#4E9C00'
text: '#ffffff'
indicator: '#dddddd'
border: 'lime'
background: 'lime'
text: 'txt_active'
indicator: 'indicator'
focused_inactive:
border: '#333333'
background: '#333333'
text: '#888888'
indicator: '#292d2e'
border: 'lime_inactive'
background: 'lime_inactive'
text: 'txt_inactive'
indicator: 'indicator'
unfocused:
border: '#333333'
background: '#333333'
text: '#888888'
indicator: '#292d2e'
border: 'black'
background: 'black'
text: 'txt_inactive'
indicator: 'indicator'
urgent:
border: '#2f343a'
background: '#900000'
text: '#ffffff'
indicator: '#900000'
border: 'red'
background: 'red'
text: 'txt_active'
indicator: 'indicator'
bar_colors:
separator: '#666666'
background: '#222222'
statusline: '#dddddd'
separator: 'txt_inactive'
background: 'black'
statusline: 'txt_active'
focused_workspace:
border: '#4E9C00'
background: '#4E9C00'
text: '#ffffff'
border: 'lime'
background: 'lime'
text: 'txt_active'
active_workspace:
border: '#333333'
background: '#333333'
text: '#ffffff'
border: 'black'
background: 'black'
text: 'txt_active'
inactive_workspace:
border: '#333333'
background: '#333333'
text: '#888888'
border: 'black'
background: 'black'
text: 'txt_inactive'
urgent_workspace:
border: '#2f343a'
background: '#900000'
text: '#ffffff'
border: 'red'
background: 'red'
text: 'txt_active'

0 comments on commit 5e7f184

Please sign in to comment.