Theme: minor tweaks (#100751)

* theme tweaks!

* remove commented code
This commit is contained in:
Ashley Harrison
2025-02-17 11:37:03 +00:00
committed by GitHub
parent 6eeb28e312
commit a05ba6ff41
3 changed files with 3 additions and 5 deletions
@@ -39,9 +39,6 @@ const desertBloomTheme: NewThemeOptions = {
info: {
main: '#1A82E2',
},
error: {
main: '#FF6B6B',
},
success: {
main: '#4CAF50',
},
@@ -62,8 +62,8 @@ const sapphireDuskTheme: NewThemeOptions = {
selectedBorder: '#D448EA',
focus: '#364057',
hoverOpacity: 0.08,
disabledText: 'rgba(54, 64, 87, 0.6)',
disabledBackground: 'rgba(54, 64, 87, 0.04)',
disabledText: '#838da5',
disabledBackground: 'rgba(54, 64, 87, 0.2)',
disabledOpacity: 0.38,
},
gradients: {
@@ -37,6 +37,7 @@ if (process.env.NODE_ENV === 'development') {
allowedExtraThemes.push('debug');
allowedExtraThemes.push('desertbloom');
allowedExtraThemes.push('gildedgrove');
allowedExtraThemes.push('gloom');
allowedExtraThemes.push('sapphiredusk');
allowedExtraThemes.push('tron');
}