Add Vacuui theme
This commit is contained in:
parent
13261e0962
commit
aef2bd440b
3 changed files with 15 additions and 0 deletions
|
|
@ -491,6 +491,17 @@ function Donsol () {
|
|||
b_low: '#0000ff',
|
||||
b_inv: '#ffffff'
|
||||
}
|
||||
this.vacuuiTheme = {
|
||||
background: '#22282a',
|
||||
f_high: '#f1f2f3',
|
||||
f_med: '#a6e22e',
|
||||
f_low: '#66d9ef',
|
||||
f_inv: '#f92672',
|
||||
b_high: '#678cb1',
|
||||
b_med: '#4f6164',
|
||||
b_low: '#42464C',
|
||||
b_inv: '#e6db74'
|
||||
}
|
||||
|
||||
this.theme = new Theme(this.defaultTheme)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue