mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-06-01 23:17:39 +00:00
Add simple integration test framework
This commit is contained in:
parent
6ba370ea54
commit
5ca2e63ea6
8 changed files with 1108 additions and 1 deletions
45
tests/data/google
Normal file
45
tests/data/google
Normal file
|
@ -0,0 +1,45 @@
|
|||
bar_colors:
|
||||
active_workspace:
|
||||
background: '#2d2d2d'
|
||||
border: '#414141'
|
||||
text: '#ffffff'
|
||||
background: '#2d2d2d'
|
||||
focused_workspace:
|
||||
background: '#2d76f6'
|
||||
border: '#4183F6'
|
||||
text: '#ffffff'
|
||||
inactive_workspace:
|
||||
background: '#2d2d2d'
|
||||
border: '#414141'
|
||||
text: '#bbbbbb'
|
||||
separator: '#bbbbbb'
|
||||
statusline: '#ffffff'
|
||||
urgent_workspace:
|
||||
background: '#ffc609'
|
||||
border: '#FFCB21'
|
||||
text: '#ffffff'
|
||||
meta:
|
||||
author: lasers
|
||||
url: https://github.com/okraits/j4-make-config
|
||||
window_colors:
|
||||
focused:
|
||||
background: '#2d76f6'
|
||||
border: '#4183F6'
|
||||
indicator: '#d8442e'
|
||||
text: '#ffffff'
|
||||
focused_inactive:
|
||||
background: '#bbbbbb'
|
||||
border: '#C1C1C1'
|
||||
indicator: '#009c58'
|
||||
text: '#ffffff'
|
||||
unfocused:
|
||||
background: '#2d2d2d'
|
||||
border: '#414141'
|
||||
indicator: '#bbbbbb'
|
||||
text: '#ffffff'
|
||||
urgent:
|
||||
background: '#ffc609'
|
||||
border: '#FFCB21'
|
||||
indicator: '#d8442e'
|
||||
text: '#ffffff'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue