@@ -428,6 +428,33 @@ $ui-nord-table-even-backgroundColor = darken($ui-nord-noteDetail-backgroundColor
428
428
$ui-nord-table-head-backgroundColor = $ui-nord-table-even-backgroundColor
429
429
$ui-nord-table-borderColor = lighten (darken (#21 25 2B , 10% ), 20% )
430
430
431
+ /* ****** Vulcan theme ********/
432
+ $ui-vulcan-backgroundColor = #16 17 19
433
+ $ui-vulcan-noteList-backgroundColor = #16 17 19
434
+ $ui-vulcan-noteDetail-backgroundColor = #16 17 19
435
+ $ui-vulcan-tagList-backgroundColor = #FF FF FF
436
+
437
+ $ui-vulcan-text-color = #99 99 99
438
+ $ui-vulcan-inactive-text-color = #99 99 99
439
+ $ui-vulcan-active-color = #ff ff ff
440
+
441
+ $ui-vulcan-borderColor = #28 2a 2e
442
+
443
+ $ui-vulcan-tag-backgroundColor = #28 2a 2e
444
+
445
+ $ui-vulcan-button-backgroundColor = #28 2a 2e
446
+ $ui-vulcan-button--active-color = #a3 a8 ae
447
+ $ui-vulcan-button--active-backgroundColor = #28 2a 2e
448
+ $ui-vulcan-button--hover-backgroundColor = #28 2a 2e
449
+
450
+ $ui-vulcan-kbd-backgroundColor = lighten ($ui-vulcan-text-color , 50% )
451
+ $ui-vulcan-kbd-color = $ui-vulcan-backgroundColor
452
+
453
+ $ui-vulcan-table-odd-backgroundColor = $ui-vulcan-noteDetail-backgroundColor
454
+ $ui-vulcan-table-even-backgroundColor = darken ($ui-vulcan-noteDetail-backgroundColor , 10% )
455
+ $ui-vulcan-table-head-backgroundColor = $ui-vulcan-table-even-backgroundColor
456
+ $ui-vulcan-table-borderColor = lighten (darken (#21 25 2B , 10% ), 20% )
457
+
431
458
432
459
433
460
debug-theme-var (theme , suffix )
@@ -436,4 +463,4 @@ debug-theme-var(theme, suffix)
436
463
get-theme-var (theme , suffix )
437
464
lookup ('$ui-' + theme + '-' + suffix )
438
465
439
- $themes = 'monokai' 'nord'
466
+ $themes = 'monokai' 'nord' 'vulcan'
0 commit comments