2019-10-06 23:05:44 -04:00
|
|
|
# vim: filetype=yaml
|
|
|
|
# TODO: use color aliases to make the theme more readable
|
|
|
|
---
|
|
|
|
meta:
|
2019-10-07 13:38:30 -04:00
|
|
|
author: lasers
|
|
|
|
description: 'Debian theme'
|
2019-10-06 23:05:44 -04:00
|
|
|
window_colors:
|
|
|
|
focused:
|
|
|
|
border: '#d70a53'
|
|
|
|
background: '#d70a53'
|
|
|
|
text: '#ffffff'
|
|
|
|
indicator: '#8c0333'
|
|
|
|
focused_inactive:
|
|
|
|
border: '#333333'
|
|
|
|
background: '#333333'
|
|
|
|
text: '#888888'
|
|
|
|
indicator: '#333333'
|
|
|
|
unfocused:
|
|
|
|
border: '#333333'
|
|
|
|
background: '#333333'
|
|
|
|
text: '#888888'
|
|
|
|
indicator: '#333333'
|
|
|
|
urgent:
|
|
|
|
border: '#eb709b'
|
|
|
|
background: '#eb709b'
|
|
|
|
text: '#ffffff'
|
|
|
|
indicator: '#eb709b'
|
|
|
|
bar_colors:
|
|
|
|
separator: '#444444'
|
|
|
|
background: '#222222'
|
|
|
|
statusline: '#666666'
|
|
|
|
focused_workspace:
|
|
|
|
border: '#d70a53'
|
|
|
|
background: '#d70a53'
|
|
|
|
text: '#ffffff'
|
|
|
|
active_workspace:
|
|
|
|
border: '#333333'
|
|
|
|
background: '#333333'
|
|
|
|
text: '#888888'
|
|
|
|
inactive_workspace:
|
|
|
|
border: '#333333'
|
|
|
|
background: '#333333'
|
|
|
|
text: '#888888'
|
|
|
|
urgent_workspace:
|
|
|
|
border: '#eb709b'
|
|
|
|
background: '#eb709b'
|
|
|
|
text: '#ffffff'
|