Groovy Lambda is a simple VS Code color theme optimised for Haskell, based on Gruvbox Material Dark.
Supports the TextMate scopes provided by the Language Haskell VS Code extension:
The theme can be installed directly from VS Code: search for Groovy Lambda
in the extensions, and install.
See also the its VS Code marketplace page.
To change how something is highlighted, proceed as follows:
if
in a Haskell source file is given the scope keyword.control.if.haskell
.settings.json
file:
editor.tokenColorCustomizations
in your settings. For instance, to highlight if
and then
in red and else
in blue, one would write:"editor.tokenColorCustomizations": { "textMateRules": [ { "scope": [ "keyword.control.if", "keyword.control.then" ], "settings": { "foreground": "#ff0000" } }, { "scope": "keyword.control.else", "settings": { "foreground": "#0000ff" } } ] }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4