Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine authored and yuliacech committed Mar 22, 2024
1 parent f09318a commit f58da35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/kbn-monaco/src/console/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export const buildConsoleTheme = (): monaco.editor.IStandaloneThemeData => {
),
...buildRuleGroup(['comment'], makeHighContrastColor(commentTextColor)(background)),
...buildRuleGroup(['variable'], makeHighContrastColor(variableTextColor)(background)),
...buildRuleGroup(['constant.language.boolean'], makeHighContrastColor(booleanTextColor)(background)),
...buildRuleGroup(
['constant.language.boolean'],
makeHighContrastColor(booleanTextColor)(background)
),
...buildRuleGroup(['constant.numeric'], makeHighContrastColor(numericTextColor)(background)),
],
colors: {
Expand Down

0 comments on commit f58da35

Please sign in to comment.