Skip to content

My personal stash of themes, customizations and extension for VSCode, Visual Studio, etc. Feel free to use if you like.

Notifications You must be signed in to change notification settings

Nirvaxstiel/KeiCodeDresser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

KeiCodeDresser: Visual Studio & VS-Code Theme & Configurations.

This repository contains a collection of extensions and my personal customized theme I've found useful or created to enhance my coding experience. It's organized by development environment, so you can easily find configurations relevant to your needs.

The base theme profile is one-darker-pro, but I dislike the use of reds for parameters and keywords.

Prerequisites

  1. Nerd Fonts

    I use the following nerd font from Oh-My-Posh

    # using omp
    oh-my-posh font install
    # using homebrew
    brew tap homebrew/cask-fonts # You only need to do this once!
    brew search nerd-font       # Search for font packages
    
    # EXAMPLE: Install the NF version of Fira Code
    brew install --cask font-fira-code-nerd-font
  2. (For Visual Studio section) Extension Manager 2022 Visual Studio Marketplace | Github Extension manager

Other forewords

Keyboard Shortcuts

- You might want to reset the keybindings or not import the keybindings that are included in the settings files. These are what I remember, not the full extent of my terrorism towards your muscle memory.

Visual Studio Code

  • Delete Line (no cut): shift + delete
  • Renaming symbols/variables: f2

Visual Studio 2022

  • Delete Line (no cut): shift + delete
  • Renaming symbols/variables: f2
  • Build current project ctrl + b
  • Build entire solution project ctrl + alt + b
  • Comment: ctrl + /
  • Uncomment: ctrl + shift + /
  • Peek Inline Definition: ctrl + click
  • Open Explorer: ctrl + ; #I actually don't remember if this was an explicit binding, but I know I do use it and it works.
  • Code Maid Spade: from ctrl + m + . to ctrl + '

Visual Studio (2022)

Screenshot of Visual Studio Theme

Setting up for Visual Studio

  1. Fetch the extensions from the Visual Studio Folder

  2. Find Extensions\ Import and Export Extensions\ Import Extensions and import the .vsext How to import extensions

  3. Close/Restart your Visual Studio to finish installing the extensions.

  4. Fetch the .vssettings used from the Visual Studio Folder

  5. Find Tools\ Import and Export Settings

    How to import settings

  6. Follow the import wizard and don't forget to back up your current settings. Settings Wizard

  7. Update your ClaudiaIDE to set your own wallpapers

Why do some of my methods appear RED in Visual Studio instead of what the screenshots show?

This is due to Roslynator. It overwrites some colours, including methods and such to Red. You can override this under the Tools\ Environment\ Fonts and Colours\ Identifier. You can either keep it as is, or revert it to Automatic for both the foreground and the background. That should fix it.

Roslynator Identifier colour override

Visual Studio Code/Cursor

Visual Studio Code/Cursor

The theme looks blue here because my desktop wallpaper is blue, and it is on a shuffle basis.

Setting up

All you need to do is to import the .code-profile in .code-profile. This works on both VSCode and Cursor.

Alt text

And, that's it!

Sometimes, my VS-Code/Cursor window seems to have some fading/ghosting/artifacting?

You may need to disable GPU-Acceleration. alt text

CTRL + P or F1 to pull up the command palette and find the Preferences: Configure Runtime Arguments alt text

Add the following line to argv.json

"disable-hardware-acceleration": true

Changelogs

You can view the changelogs in each respective directory

Afterwords

So which is it, Kei or Nirvaxstiel

Both

You MONSTER, task bar on the top?!11!

Efficient mouse movement I'm too lazy to move my mouse that much.

Ew, VS Code Side bar on the right?

It's only consistent to my Visual Studio. Also, if I could I would move the outline to the left, just like my CodeMaid Spade. I also tend to just keep the explorer pinned and minimised permanent, only ever needing the Outline to be present for easier navigation of the current file structure.

About

My personal stash of themes, customizations and extension for VSCode, Visual Studio, etc. Feel free to use if you like.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published