Skip to content

feat(theme): SqlEditorChrome from editor theme tokens (#60) - #71

Merged
ZhuchkaTriplesix merged 2 commits into
devfrom
issue/60-sql-editor-chrome-tokens
May 28, 2026
Merged

feat(theme): SqlEditorChrome from editor theme tokens (#60)#71
ZhuchkaTriplesix merged 2 commits into
devfrom
issue/60-sql-editor-chrome-tokens

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

Summary

  • SqlEditorChrome uses editor.background, widgetBorder, and workbench.accent glow
  • QueryEditorTab and SQL editor dialogs use editor.foreground / fontFamily
  • VS Code keys: editor.selectionBackground, editorLineNumber.foreground, editorBracketMatch.background, editorWidget.border
  • PG/MySQL SQL toolbar icons use workbench.accent

Test plan

  • flutter analyze clean
  • flutter test (324) — sql_editor_chrome_test, vscode map, widget tests with QueryaThemeScope
  • Manual: import theme → SQL editor background/border updates; light theme glow OK

Closes #60

Use QueryaEditorTheme for SQL editor chrome, background, and text;
extend VS Code color map for selection/lineNumber/bracket/border keys;
align PG/MySQL SQL toolbar icons with workbench accent.

Closes #60
@ZhuchkaTriplesix ZhuchkaTriplesix added this to the Theme system milestone May 28, 2026
@ZhuchkaTriplesix ZhuchkaTriplesix added enhancement New feature or request theme Theming, colors, VS Code themes labels May 28, 2026
@github-actions github-actions Bot added the editor Code/SQL editor label May 28, 2026

@ZhuchkaTriplesix ZhuchkaTriplesix left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

123

@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit 267dcfe into dev May 28, 2026
4 checks passed
ZhuchkaTriplesix added a commit that referenced this pull request Jul 27, 2026
feat(theme): SqlEditorChrome from editor theme tokens (#60)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

editor Code/SQL editor enhancement New feature or request theme Theming, colors, VS Code themes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant