Gleam Color Themes for Visual Studio Code
A collection of Visual Studio Code themes inspired by the primary colors used by the Gleam programming language.
The author recommends using the color themes together with the Chalice Icon Theme and the following settings:
{
"breadcrumbs.enabled": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.minimap.enabled": false,
"editor.renderLineHighlight": "gutter",
"editor.smoothScrolling": true,
"explorer.decorations.colors": false,
"window.autoDetectColorScheme": true,
"workbench.activityBar.visible": false,
"workbench.editor.showIcons": false,
"workbench.editor.tabSizing": "shrink",
"workbench.statusBar.visible": false,
"workbench.tree.indent": 12,
}
Do you have any suggestions or see something strange? Please report here. A screenshot would be great for clarification purposes.