Geal Theme
Geal was designed to be simple and clean, text color scheme was based on color scheme of the old Textpad editor
Preview
Tested languages: Rust, Go, Python, Ruby, Java, Javascript, C#, C, C++, Typescript, PHP, Elixir, Groovy, Lua, Clojure, HTML
Syntax Palette
Scope |
Color |
Scope |
Color |
Background |
|
Foreground |
|
Comments |
|
Keywords/Primitives |
|
Brackets (Not Required) |
|
Strings |
|
Storage/Support |
|
Constants |
|
Do you want your editor to look like the example image above?
Follow these steps:
Disable the VSCode explorer options "Outline", "NPM Scripts"
Use these settings:
{
"editor.fontFamily": "IBMPlexMono",
"workbench.editor.tabCloseButton": "left",
"workbench.editor.showIcons": false,
"breadcrumbs.enabled": false,
"editor.guides.indentation": false,
"editor.minimap.enabled": false,
"workbench.tree.indent": 10,
"workbench.tree.renderIndentGuides": "always",
"editor.cursorSmoothCaretAnimation": true,
"editor.smoothScrolling": true,
}
Icon theme
File icon themes for Visual Studio Code. Based on [unfancy-file-icons] package.
Rules
- Use a simple color code which works as follow:
- green for source files
- yellow for header, template, and stylesheet files
- violet for data files (
json , yml , csv , etc)
- orange for scripts (
sh , bat , cmd , etc)
- cyan for documentation files (
md , tex , pdf , etc)
- blue for media files (images, videos, art software files, etc)
- magenta for ignore and lock files (
.gitignore , package-lock.json , etc)
- gray for other files and directories
- Use generic icons rather than trying to find one for each file extension
| |