mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-26 19:56:29 +01:00
refactor(vscode): inherit catppuccin.accent
This commit is contained in:
parent
158cebb96e
commit
ff4ad2bb97
1 changed files with 4 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
self,
|
self,
|
||||||
|
config,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
|
@ -59,10 +60,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.stdenvNoCC.mkDerivation {
|
package = pkgs.stdenvNoCC.mkDerivation {
|
||||||
pname = "vscode";
|
pname = "vscode";
|
||||||
version = "1.89.1";
|
version = "1.92.2";
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p "$out"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -77,9 +78,9 @@ in
|
||||||
|
|
||||||
# "symbols.hidesExplorerArrows" = false;
|
# "symbols.hidesExplorerArrows" = false;
|
||||||
|
|
||||||
|
"catppuccin.accentColor" = config.catppuccin.accent;
|
||||||
"catppuccin.boldKeywords" = false;
|
"catppuccin.boldKeywords" = false;
|
||||||
"catppuccin.italicKeywords" = true;
|
"catppuccin.italicKeywords" = true;
|
||||||
"catppuccin.accentColor" = "sapphire";
|
|
||||||
"catppuccin.workbenchMode" = "flat";
|
"catppuccin.workbenchMode" = "flat";
|
||||||
"catppuccin.customUIColors" = {
|
"catppuccin.customUIColors" = {
|
||||||
"all" = {
|
"all" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue