Updating fontsize to 14px

This commit is contained in:
Knut Sveidqvist
2024-10-16 18:25:27 +02:00
parent e2dc9e557c
commit 7d59a624d7
8 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ class Theme {
// dark // dark
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif'; this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
this.fontSize = '16px'; this.fontSize = '14px';
this.useGradient = true; this.useGradient = true;
this.dropShadow = 'drop-shadow( 1px 2px 2px rgba(185,185,185,1))'; this.dropShadow = 'drop-shadow( 1px 2px 2px rgba(185,185,185,1))';
} }

View File

@@ -25,7 +25,7 @@ class Theme {
this.border2 = rgba(255, 255, 255, 0.25); this.border2 = rgba(255, 255, 255, 0.25);
this.arrowheadColor = 'calculated'; this.arrowheadColor = 'calculated';
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif'; this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
this.fontSize = '16px'; this.fontSize = '14px';
this.labelBackground = '#181818'; this.labelBackground = '#181818';
this.textColor = '#ccc'; this.textColor = '#ccc';
this.THEME_COLOR_LIMIT = 12; this.THEME_COLOR_LIMIT = 12;

View File

@@ -34,7 +34,7 @@ class Theme {
this.border2 = '#aaaa33'; this.border2 = '#aaaa33';
this.arrowheadColor = '#333333'; this.arrowheadColor = '#333333';
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif'; this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
this.fontSize = '16px'; this.fontSize = '14px';
this.labelBackground = 'rgba(232,232,232, 0.8)'; this.labelBackground = 'rgba(232,232,232, 0.8)';
this.textColor = '#333'; this.textColor = '#333';
this.THEME_COLOR_LIMIT = 12; this.THEME_COLOR_LIMIT = 12;

View File

@@ -19,7 +19,7 @@ class Theme {
this.border2 = '#6eaa49'; this.border2 = '#6eaa49';
this.arrowheadColor = 'green'; this.arrowheadColor = 'green';
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif'; this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
this.fontSize = '16px'; this.fontSize = '14px';
this.tertiaryColor = lighten('#cde498', 10); this.tertiaryColor = lighten('#cde498', 10);
this.primaryBorderColor = mkBorder(this.primaryColor, this.darkMode); this.primaryBorderColor = mkBorder(this.primaryColor, this.darkMode);

View File

@@ -27,7 +27,7 @@ class Theme {
// dark // dark
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif'; this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
this.fontSize = '12px'; this.fontSize = '14px';
// Neo-specific // Neo-specific
this.nodeBorder = '#000000'; this.nodeBorder = '#000000';

View File

@@ -31,7 +31,7 @@ class Theme {
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 = '"trebuchet ms", verdana, arial, sans-serif'; this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
this.fontSize = '16px'; this.fontSize = '14px';
this.labelBackground = '#181818'; this.labelBackground = '#181818';
this.textColor = '#ccc'; this.textColor = '#ccc';
this.THEME_COLOR_LIMIT = 12; this.THEME_COLOR_LIMIT = 12;
@@ -43,7 +43,7 @@ class Theme {
this.THEME_COLOR_LIMIT = 12; this.THEME_COLOR_LIMIT = 12;
// dark // dark
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif'; this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
this.fontSize = '10px'; this.fontSize = '14px';
// Neo-specific // Neo-specific
// this.nodeBorder = 'none'; // this.nodeBorder = 'none';

View File

@@ -26,7 +26,7 @@ class Theme {
// dark // dark
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif'; this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
this.fontSize = '10px'; this.fontSize = '14px';
// Neo-specific // Neo-specific
this.nodeBorder = '#000000'; this.nodeBorder = '#000000';

View File

@@ -40,7 +40,7 @@ class Theme {
this.done = '#bbb'; this.done = '#bbb';
this.arrowheadColor = '#333333'; this.arrowheadColor = '#333333';
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif'; this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
this.fontSize = '16px'; this.fontSize = '14px';
this.THEME_COLOR_LIMIT = 12; this.THEME_COLOR_LIMIT = 12;
this.radius = 5; this.radius = 5;