Skip to content

Commit

Permalink
Bug 1857310: Give current line number more contrast in YAML editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jhadvig committed Jul 16, 2020
1 parent 7783d06 commit 8a8c66f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { getLanguageService, TextDocument } from 'yaml-language-server';
import { openAPItoJSONSchema } from '@console/internal/module/k8s/openapi-to-json-schema';
import { getStoredSwagger } from '@console/internal/module/k8s/swagger';
import {
global_BackgroundColor_100 as lineNumberActiveForeground,
global_BackgroundColor_200 as lineNumberForeground,
global_BackgroundColor_light_100 as lineNumberActiveForeground,
global_BackgroundColor_light_200 as lineNumberForeground,
global_BackgroundColor_dark_100 as editorBackground,
} from '@patternfly/react-tokens';

Expand Down

0 comments on commit 8a8c66f

Please sign in to comment.