Skip to content

Commit

Permalink
chore: uncomment code
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 27, 2023
1 parent 93fa5ba commit e22fe57
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions home/isabel/programs/configs/editors/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ in {
extensions = with pkgs.vscode-extensions; [
# THEMEING
catppuccin.catppuccin-vsc-icons
catppuccin.catppuccin
# (pkgs.catppuccin-vsc.override {
# accentColor = "sapphire";
# boldKeywords = true;
# italicComments = true;
# italicKeywords = true;
# extraBordersEnabled = false;
# workbenchMode = "flat";
# bracketMode = "rainbow";
# colorOverrides = {};
# customUIColors = {};
# })
(pkgs.catppuccin-vsc.override {
accentColor = "sapphire";
boldKeywords = true;
italicComments = true;
italicKeywords = true;
extraBordersEnabled = false;
workbenchMode = "flat";
bracketMode = "rainbow";
colorOverrides = {};
customUIColors = {};
})

# GIT
github.copilot
Expand Down

0 comments on commit e22fe57

Please sign in to comment.