Add Vacuui theme

This commit is contained in:
Stephen Jianu 2026-01-25 15:37:07 -06:00
commit aef2bd440b
3 changed files with 15 additions and 0 deletions

View file

@ -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)