5 changed files with 27 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
{ |
||||
|
"workbench.colorCustomizations": { |
||||
|
"activityBar.background": "#008327", |
||||
|
"activityBar.foreground": "#e7e7e7", |
||||
|
"activityBar.inactiveForeground": "#e7e7e799", |
||||
|
"activityBarBadge.background": "#3900bf", |
||||
|
"activityBarBadge.foreground": "#e7e7e7", |
||||
|
"titleBar.activeBackground": "#005018", |
||||
|
"titleBar.inactiveBackground": "#00501899", |
||||
|
"titleBar.activeForeground": "#e7e7e7", |
||||
|
"titleBar.inactiveForeground": "#e7e7e799", |
||||
|
"statusBar.background": "#005018", |
||||
|
"statusBarItem.hoverBackground": "#008327", |
||||
|
"statusBar.foreground": "#e7e7e7" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,8 @@ |
|||||
|
- name: group_vars files are sorted and evaluated in order |
||||
|
hosts: localhost |
||||
|
gather_facts: no |
||||
|
tasks: |
||||
|
- assert: |
||||
|
that: |
||||
|
- test == 3 |
||||
|
|
||||
@ -0,0 +1 @@ |
|||||
|
test: 1 |
||||
@ -0,0 +1 @@ |
|||||
|
test: 2 |
||||
@ -0,0 +1 @@ |
|||||
|
test: 3 |
||||
Loading…
Reference in new issue