Step 196: high contrast and colorblind modes
This commit is contained in:
@@ -216,6 +216,7 @@ static void renderEditorPanel(EditorState& state) {
|
||||
opts.showMinimap = state.ui.showMinimap;
|
||||
opts.showAnnotations = state.ui.showAnnotations;
|
||||
opts.showLineNumbers = state.ui.showLineNumbers;
|
||||
opts.useAnnotationShapes = state.settings.getUseAnnotationShapes();
|
||||
opts.lineHeightScale = state.settings.getLineHeightScale();
|
||||
opts.letterSpacing = state.settings.getLetterSpacing();
|
||||
opts.cursorBlinkRate = state.settings.getCursorBlinkRate();
|
||||
|
||||
Reference in New Issue
Block a user