How to change appearance and get back functions to have colors #189686
-
Select Topic AreaQuestion Body |
Beta Was this translation helpful? Give feedback.
Answered by
notcoderhuman
Mar 15, 2026
Replies: 1 comment
-
|
Hi SammieF23 👋 This is a super common issue in GitHub Codespaces (it uses VS Code under the hood). Your SQL syntax highlighting disappeared because either the language mode got reset or the color theme no longer applies colors to functions/keywords. Here’s the fastest fix (takes 10 seconds): 1. Set the correct language mode (most common cause)
2. If colors are still missing → change the appearance/theme
Quick extra check (if the above doesn’t work)
That’s it! 99 % of the time one of the first two steps brings the colors right back. Let me know if it still doesn’t work and drop a screenshot of your bottom status bar (language + theme) — I’ll give you the exact next step. Happy coding! 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SammieF23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi SammieF23 👋
This is a super common issue in GitHub Codespaces (it uses VS Code under the hood). Your SQL syntax highlighting disappeared because either the language mode got reset or the color theme no longer applies colors to functions/keywords.
Here’s the fastest fix (takes 10 seconds):
1. Set the correct language mode (most common cause)
SELECT,CONCAT,FROM,AS, etc. should instantly come back.2. If colors are still missing → change the appearance/theme
Ctrl + KthenCtrl + T(orC…