mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Switch to vscode github theme
This commit is contained in:
parent
c080ec67ca
commit
3143180325
1 changed files with 9 additions and 6 deletions
|
|
@ -16,11 +16,14 @@
|
||||||
package = pkgs.vscode-with-extensions.override {
|
package = pkgs.vscode-with-extensions.override {
|
||||||
vscode = pkgs.vscodium;
|
vscode = pkgs.vscodium;
|
||||||
vscodeExtensions = let
|
vscodeExtensions = let
|
||||||
ext = inputs.nix-vscode-extensions.extensions.${pkgs.system};
|
open-ext = inputs.nix-vscode-extensions.extensions.${pkgs.system}.open-vsx;
|
||||||
in [
|
in [
|
||||||
ext.open-vsx.jnoortheen.nix-ide
|
open-ext.jnoortheen.nix-ide
|
||||||
ext.open-vsx.pkief.material-icon-theme
|
open-ext.yzhang.markdown-all-in-one
|
||||||
ext.open-vsx.yzhang.markdown-all-in-one
|
|
||||||
|
open-ext.github.github-vscode-theme
|
||||||
|
open-ext.zhuangtongfa.material-theme
|
||||||
|
open-ext.pkief.material-icon-theme
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -29,8 +32,8 @@
|
||||||
settings = builtins.replaceStrings [","] [",\\n"] (builtins.toJSON {
|
settings = builtins.replaceStrings [","] [",\\n"] (builtins.toJSON {
|
||||||
"workbench.colorTheme" =
|
"workbench.colorTheme" =
|
||||||
{
|
{
|
||||||
dark = "Default Dark Modern";
|
dark = "GitHub Dark";
|
||||||
light = "Default Light Modern";
|
light = "GitHub Light Default";
|
||||||
}
|
}
|
||||||
."${config.myConfig.de.theme}";
|
."${config.myConfig.de.theme}";
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue