@aivenio/aquarium 6.2.0 → 6.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,6 +67,7 @@ $chart-colors-sequential-200: rgba(46, 208, 205, 1);
67
67
  $chart-colors-sequential-300: rgba(0, 150, 147, 1);
68
68
  $chart-colors-sequential-400: rgba(0, 98, 96, 1);
69
69
  $chart-colors-sequential-500: rgba(0, 74, 72, 1);
70
+ $code-variable: rgba(123,45,139,1); // Code block variable and identifiers
70
71
  $code-keyword: rgba(202, 33, 101, 1); // Syntax: keyword
71
72
  $code-string: rgba(0, 127, 115, 1); // Syntax: string
72
73
  $code-function: rgba(9, 128, 193, 1); // Syntax: function