mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-25 06:18:32 +00:00
Add theme manager
This commit is contained in:
parent
602c70c517
commit
71688839f0
22 changed files with 1077 additions and 10 deletions
themes
56
themes/purple
Normal file
56
themes/purple
Normal file
|
@ -0,0 +1,56 @@
|
|||
# vim: filetype=yaml
|
||||
---
|
||||
meta:
|
||||
description: 'Purple theme by AAlakkad <http://aalakkad.me>'
|
||||
bar_colors:
|
||||
separator: darkgray
|
||||
background: black
|
||||
statusline: white
|
||||
focused_workspace:
|
||||
border: darkslateblue
|
||||
background: darkslateblue
|
||||
text: lightgray
|
||||
active_workspace:
|
||||
border: khaki
|
||||
background: khaki
|
||||
text: black1
|
||||
inactive_workspace:
|
||||
border: black
|
||||
background: black
|
||||
text: darkgray
|
||||
urgent_workspace:
|
||||
border: firebrick
|
||||
background: firebrick
|
||||
text: white
|
||||
colors:
|
||||
darkgray: '#AAAAAA'
|
||||
black: '#222133'
|
||||
white: '#FFFFFF'
|
||||
wheat: '#e7d8b1'
|
||||
black1: '#181715'
|
||||
khaki: '#DCCD69'
|
||||
firebrick: '#CE4045'
|
||||
darkslateblue: '#664477'
|
||||
lightgray: '#cccccc'
|
||||
mediumpurple: '#A074C4'
|
||||
window_colors:
|
||||
focused:
|
||||
border: darkslateblue
|
||||
background: darkslateblue
|
||||
text: lightgray
|
||||
indicator: wheat
|
||||
focused_inactive:
|
||||
border: wheat
|
||||
background: wheat
|
||||
text: black1
|
||||
indicator: mediumpurple
|
||||
unfocused:
|
||||
border: black
|
||||
background: black
|
||||
text: darkgray
|
||||
indicator: mediumpurple
|
||||
urgent:
|
||||
border: firebrick
|
||||
background: firebrick
|
||||
text: wheat
|
||||
indicator: khaki
|
Loading…
Add table
Add a link
Reference in a new issue