1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

refactor(vscode): inherit catppuccin.accent

This commit is contained in:
Ryan Cao 2024-09-04 19:03:18 +08:00
parent 158cebb96e
commit ff4ad2bb97
Signed by: ryanccn
GPG key ID: 48C96B2057D71CB1

View file

@ -2,6 +2,7 @@
pkgs,
lib,
self,
config,
...
}:
let
@ -59,10 +60,10 @@ in
enable = true;
package = pkgs.stdenvNoCC.mkDerivation {
pname = "vscode";
version = "1.89.1";
version = "1.92.2";
dontUnpack = true;
installPhase = ''
mkdir -p $out
mkdir -p "$out"
'';
};
@ -77,9 +78,9 @@ in
# "symbols.hidesExplorerArrows" = false;
"catppuccin.accentColor" = config.catppuccin.accent;
"catppuccin.boldKeywords" = false;
"catppuccin.italicKeywords" = true;
"catppuccin.accentColor" = "sapphire";
"catppuccin.workbenchMode" = "flat";
"catppuccin.customUIColors" = {
"all" = {