Add Haxe theme

This commit is contained in:
Stephen Jianu 2024-10-10 11:20:42 -05:00
commit 8ef8359c30
3 changed files with 15 additions and 0 deletions

View file

@ -161,6 +161,17 @@ function Donsol () {
b_low: '#10151B',
b_inv: '#8FAF9F'
}
this.haxeTheme = {
background: '#141419',
f_high: '#FAB20B',
f_med: '#F47216',
f_low: '#F1471D',
f_inv: '#141419',
b_high: '#141419',
b_med: '#141419',
b_low: '#141419',
b_inv: '#FFFFFF'
}
this.nightowlTheme = {
background: '#011627',
f_high: '#7fdbca',