Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Geal ThemeNew to Visual Studio Code? Get it now.
Geal Theme

Geal Theme

damc

|
3,139 installs
| (1) | Free
Minimalist theme, enable you to focus on just writing code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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 #FFFFFF Foreground #000000
Comments #008000 Keywords/Primitives #1100FF
Brackets (Not Required) #DC322F Strings #008080
Storage/Support #0000AA Constants #AD4011

Do you want your editor to look like the example image above?

Follow these steps:

  1. Disable the VSCode explorer options "Outline", "NPM Scripts"

  2. 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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft