Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>AtlanteanNew to Visual Studio Code? Get it now.
Atlantean

Atlantean

Atlantean

|
552 installs
| (1) | Free
Atlantean color schemed theme for VS-Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Atlantean VSCode Theme


Description

With the shear amount of time that us passionate techy types spend behind a glass pane peering at the world through code and technology, we thought the only thing that could make the glare of that portal any better would be a beautiful color theme for VSCode that was easy on the eyes but still popped where it needed to. After a few nights of digging into the thousands of color properties that can be customized, this was the result. Hope everyone enjoys the theme, and feel free to provide any helpful feedback!


Atlantean Theme


Terminal Settings

If you happen to like the way the customized shell prompt looks, or any of the other minor tweeks seen in the screen shot, then feel free to duplicate the desired effect pasting the following settings into to your settings.json file.


{
    // VSCode Environment Settings
    "workbench.iconTheme": "material-icon-theme",
    "window.zoomLevel": 1,
    "workbench.editor.highlightModifiedTabs": true,
    "editor.links": false,
    "editor.wordWrap": "on",
    "editor.minimap.enabled": true,
    "problems.autoReveal": true,

    // Terminal Tweeks
    "terminal.integrated.cursorBlinking": true,
    "terminal.integrated.cursorStyle": "line",
    "terminal.integrated.fontSize": 14,
    "terminal.integrated.scrollback": 10000,
    "terminal.integrated.shell.osx": "/bin/bash",
    "terminal.integrated.env.osx": {
        "PS1": "\\[\\e[34m\\]\\h\\[\\e[m\\]\\[\\e[33m\\]\\[\\e[m\\]\\[\\e[33;44m\\]/\\W\\[\\e[m\\]: \\[\\e[31m\\]\\u\\[\\e[m\\]\\[\\e[33m\\]\\$\\[\\e[m\\] ",
        "GOPATH": "~/go"
    },
    "terminal.integrated.setLocaleVariables": true,
    "terminal.integrated.commandsToSkipShell": [
        // Ensure the toggle sidebar visibility keybinding skips the shell
        "workbench.action.toggleSidebarVisibility",
    ],
}

CloudFormation YAML Keyword Lint Exclusions

If using the CloudFormation plugin to write a little IAC, the YAML linter warnings on CF's intrinsic functions can be somewhat annoying. To remove the lint errors for those intrinsic functions, the following settings can also be pasted into the settings.json file below the terminal settings.


}
    // Remove YAML linting errors for CFTs
    "yaml.customTags": [
        "!Equals sequence",
        "!FindInMap sequence",
        "!GetAtt",
        "!GetAtt sequence",
        "!GetAZs",
        "!ImportValue",
        "!Join sequence",
        "!Join scalar",
        "!Ref",
        "!Select sequence",
        "!Split sequence",
        "!Sub",
        "!And",
        "!And scalar",
        "!And sequence",
        "!Not",
        "!Not scalar",
        "!Not sequence",
        "!Or",
        "!Or scalar",
        "!Or sequence",
        "!Condition",
        "!Condition scalar",
        "!Condition sequence",
        "!If",
        "!If scalar",
        "!If sequence"
        ],
}

Installation Instructions

Complete the following set of instructions in order to install the Atlantean VSCode Theme.


Finding and Installing the theme

From within the VSCode editor, click on extentions and search the Marketplace for Atlantean. Once found, Click the install button on the found Atlantean Theme extentsion.


Marketplace_Search


Activating the theme

Once Installed, the VSCode quickview window will pop up showing all installed themes. From the list of available themes choose the Atlantean theme.


Marketplace_Install


If the theme chooser quickview window doesn't automatically pop up, then hit the cmd + shift + p key sequence and type theme, and from the command selection list choose Preferences: Color Theme


Marketplace_Install

Once selected browse under the dark themes section, and choose Atlantean.


Optionally when the Atlantean Theme installed, it also installed the Material-Icon-Set, if you wish to use the material icon set, then again press the cmd + shift + p key sequence and type Material. From the available options, choose Material Icons: Activate Icon Theme


Marketplace_Install


Activating the theme in Settings.json


{
    "workbench.colorTheme": "Atlantean",
    "workbench.iconTheme": "material-icon-theme",
}

High Level ChangeLog

09-06-2019 - Version 1 published to VSCode Marketplace


Maintainers

2019 Atlantean Enterprises L.L.C.

atlantean.io

Feedback: fin@atlantean.io


Fin

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft