https://github.com/egorlem/ultima.vscode-theme
(Archive) Dark Visual Studio Code theme based on on cool palette
https://github.com/egorlem/ultima.vscode-theme
dark-theme dark-vscode-theme vscode vscode-extension
Last synced: about 1 year ago
JSON representation
(Archive) Dark Visual Studio Code theme based on on cool palette
- Host: GitHub
- URL: https://github.com/egorlem/ultima.vscode-theme
- Owner: egorlem
- License: mit
- Created: 2020-10-25T11:34:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T14:53:46.000Z (about 1 year ago)
- Last Synced: 2025-03-23T15:33:02.461Z (about 1 year ago)
- Topics: dark-theme, dark-vscode-theme, vscode, vscode-extension
- Homepage:
- Size: 792 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ultima theme for Visual Studio Code
**WCAG 2.1 AA balanced dark theme for VS Code, built in colors with analogous harmony.**
[](https://marketplace.visualstudio.com/items?itemName=guezwhoz-schema.ultima-vscode-theme "License")
---
### JavaScript

### CSS / SCSS

---
## Installation
### Install from the Visual Studio Marketplace
1. Open the Extensions sidebar in VS Code
"[ Windows | Linux `Ctrl + P` ] [ MacOS `⌘ + P` ]"
2. Search for Ultima Theme
"`ext install Ultima Theme`"
3. Click `Install`
4. Open the Command Palette
"[ Windows | Linux `Ctrl + K` `Ctrl + P` ] [ MacOS `⌘ + K` `⌘ + T` ]"
5. Select Preferences: Color Theme and choose a `Ultima`.
### Install manually
You can also install a Theme from *.vsix file by following the [Install from a VSIX instructions](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix). The easiest way is through the command line:
`code --install-extension ultima-vscode-theme-.vsix`
---
## Accessibility
### [WCAG 2.1 - 1.4.3 Contrast](https://www.w3.org/TR/WCAG21/#contrast-minimum)
All base colors have a contrast ratio greater than 4.5 : 1, meeting WCAG 2.1 recommendations for level AA.
### [Color blind safe theme](https://color.adobe.com/Ultima-scheme-(base)-color-theme-a7c518c4-5255-48e0-9aa7-ecef798d6659/)
All colors were selected using a [special tool from Adobe](https://helpx.adobe.com/creative-cloud/adobe-color-accessibility-tools.html) to avoid potential confusion for people with color blindness.
---
## Recommended Settings
### For ZSH users
> I recommend installing the [ultima.zsh-theme](https://github.com/egorlem/ultima.zsh-theme) for zsh. This theme turns your terminal and code editor into a single workspace.
### Setings.json
```json
{
"editor.tabSize": 2,
"editor.lineHeight": 24,
"editor.letterSpacing": 0.1,
"editor.fontSize": 15,
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorStyle": "line",
"editor.fontFamily": "Fira Code, Inconsolata",
"editor.fontLigatures": true,
"debug.console.fontFamily": "Fira Code, Inconsolata",
"debug.console.fontSize": 14,
"debug.console.lineHeight": 20,
}
```
---
## License
This project is licensed under the __MIT License__. See the [LICENSE](https://github.com/egorlem/ultima.vscode-theme/blob/88f6c77b4beb34819798576150d1d47224d5e742/LICENSE) file for details.
---
Maintained by [Egor Lem](https://egorlem.com/)