All Projects → TroddenSpade → Samurai-theme-vscode

TroddenSpade / Samurai-theme-vscode

Licence: MIT license
Samurai Theme for VSCode

Projects that are alternatives of or similar to Samurai-theme-vscode

paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (+93.33%)
Mutual labels:  light-theme, dark-theme, vscode-theme
xcode-theme
Bring the color of the Xcode 'Default (Dark)', Xcode 'Classic (Dark)' and Xcode 'Classic (Light)' themes to Visual Studio Code.
Stars: ✭ 28 (+86.67%)
Mutual labels:  light-theme, dark-theme, vscode-theme
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (+13.33%)
Mutual labels:  light-theme, dark-theme, vscode-theme
valley-vscode
Valley is a simple theme for Visual Studio Code without visual noise. Created with handpicked and vivid colors, appropriate contrast and a lot of love to help you focus on your code.
Stars: ✭ 14 (-6.67%)
Mutual labels:  dark-theme, vscode-theme
Bubble-Space-Theme
A theme for https://obsidian.md/ inspired by Bubbles for Light Mode and Outer Space for Dark Mode!
Stars: ✭ 86 (+473.33%)
Mutual labels:  light-theme, dark-theme
vscode-dragon-theme
A VS Code dark theme for a cleaner and more streamlined interface. 😎
Stars: ✭ 29 (+93.33%)
Mutual labels:  dark-theme, vscode-theme
soft-era-vs-code
🌸 soft era for VS Code ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
Stars: ✭ 91 (+506.67%)
Mutual labels:  light-theme, vscode-theme
Appearance-figma-plugin
Figma plugin. This plugin generates a dark/light theme from your selection.
Stars: ✭ 36 (+140%)
Mutual labels:  light-theme, dark-theme
fsc
A set of themeable WPF File System Controls similar to some parts of Windows (7-10) Explorer
Stars: ✭ 66 (+340%)
Mutual labels:  light-theme, dark-theme
hyperterm-gruvbox
Hyperterm theme based on gruvbox
Stars: ✭ 16 (+6.67%)
Mutual labels:  light-theme, dark-theme
reveal-jekyll
Online presentation for GitHub Pages and Jekyll in Markdown using reveal.js with a Solarized Color Theme
Stars: ✭ 67 (+346.67%)
Mutual labels:  light-theme, dark-theme
firefox-edge
Firefox Edge is a theme for Mozilla Firefox that closely replicates the look of Microsoft Edge (dark theme) without losing any features of Firefox.
Stars: ✭ 65 (+333.33%)
Mutual labels:  light-theme, dark-theme
vuepress-theme-default-prefers-color-scheme
add prefers-color-scheme for vuepress default theme
Stars: ✭ 51 (+240%)
Mutual labels:  light-theme, dark-theme
vuepress-theme-ououe
A blog theme for VuePress
Stars: ✭ 77 (+413.33%)
Mutual labels:  light-theme, dark-theme
calamity-vscode
A purple dark theme with medium to high contrast for Visual Studio Code ⚛️
Stars: ✭ 27 (+80%)
Mutual labels:  dark-theme, vscode-theme
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (+193.33%)
Mutual labels:  light-theme, dark-theme
Startpage
New revamped and improved Startpage, now with Dark Mode support!
Stars: ✭ 35 (+133.33%)
Mutual labels:  light-theme, dark-theme
theme-collection
A collection of themes for Node-RED
Stars: ✭ 43 (+186.67%)
Mutual labels:  light-theme, dark-theme
brackets-light-pro
🌄 Brackets Light Pro Theme for VSCode
Stars: ✭ 86 (+473.33%)
Mutual labels:  light-theme, vscode-theme
Light-Switch
Easily switch from light to dark theme, or the other way around, in Windows 10/11.
Stars: ✭ 25 (+66.67%)
Mutual labels:  light-theme, dark-theme

Samurai Theme for Visual Studio Code

Light

Aiko

Katana

Installation

  1. Open Extensions sidebar panel and search for Samurai by Parsa Samadnejad
  2. Click Install and then Reload your editor.
  3. Manage > Color Theme > Samurai Katana / Samurai Light

Recommended Settings

Operator Mono Font (Paid) & Operator Mono Ligatures

// User/Settings.json

{
  "workbench.colorTheme": "Samurai Katana",
  "editor.fontFamily": "Operator Mono",
  "editor.fontLigatures": true
}

Operator Mono Font (Free Version) without Ligatures

// User/Settings.json

{
  "workbench.colorTheme": "Samurai Katana",
  "editor.fontFamily": "'Operator Mono'",
  "editor.fontLigatures": false
}

Contributing

Please read CONTRIBUTING.

License

This project is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].