Added "Recursive Variable" font for redux theme

This commit is contained in:
Saurabh Gore
2025-01-28 16:58:50 +05:30
parent 13e3d7293e
commit 571bbab859
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ class Theme {
this.border1 = '#ccc'; this.border1 = '#ccc';
this.border2 = rgba(255, 255, 255, 0.25); this.border2 = rgba(255, 255, 255, 0.25);
this.arrowheadColor = invert(this.background); this.arrowheadColor = invert(this.background);
this.fontFamily = 'arial, sans-serif'; this.fontFamily = '"Recursive Variable", arial, sans-serif';
this.fontSize = '14px'; this.fontSize = '14px';
this.labelBackground = '#181818'; this.labelBackground = '#181818';
this.textColor = '#ccc'; this.textColor = '#ccc';
@@ -43,7 +43,7 @@ class Theme {
this.THEME_COLOR_LIMIT = 12; this.THEME_COLOR_LIMIT = 12;
// dark // dark
this.fontFamily = 'arial, sans-serif'; this.fontFamily = '"Recursive Variable", arial, sans-serif';
this.fontSize = '14px'; this.fontSize = '14px';
// Neo-specific // Neo-specific

View File

@@ -27,7 +27,7 @@ class Theme {
this.primaryBorderColor = mkBorder(this.primaryColor, this.darkMode); this.primaryBorderColor = mkBorder(this.primaryColor, this.darkMode);
// dark // dark
this.fontFamily = 'arial, sans-serif'; this.fontFamily = '"Recursive Variable", arial, sans-serif';
this.fontSize = '14px'; this.fontSize = '14px';
// Neo-specific // Neo-specific