mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:53:56 -05:00
home/vsCodium: fix lightmode themes
This commit is contained in:
parent
7d2a60d0b2
commit
a33c6f8bdb
|
@ -25,17 +25,17 @@
|
||||||
"update.mode" = "none";
|
"update.mode" = "none";
|
||||||
"window.menuBarVisibility" = "hidden";
|
"window.menuBarVisibility" = "hidden";
|
||||||
"window.titleBarStyle" =
|
"window.titleBarStyle" =
|
||||||
if config.ar.home.desktop.gnome.enable
|
if config.ar.home.desktop.gnome.enable || config.ar.home.desktop.cinnamon.enable
|
||||||
then "custom"
|
then "custom"
|
||||||
else "native";
|
else "native";
|
||||||
"window.zoomPerWindow" = false;
|
"window.zoomPerWindow" = false;
|
||||||
"workbench.colorTheme" =
|
"workbench.colorTheme" =
|
||||||
if config.ar.home.theme.colors.preferDark
|
if config.ar.home.theme.colors.preferDark
|
||||||
then "Adwaita Dark"
|
then "Adwaita Dark"
|
||||||
else "Adwaita";
|
else "Adwaita Light";
|
||||||
"workbench.iconTheme" = "null";
|
"workbench.iconTheme" = "null";
|
||||||
"workbench.preferredDarkColorTheme" = "Adwaita Dark";
|
"workbench.preferredDarkColorTheme" = "Adwaita Dark";
|
||||||
"workbench.preferredLightColorTheme" = "Adwaita";
|
"workbench.preferredLightColorTheme" = "Adwaita Light";
|
||||||
};
|
};
|
||||||
|
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
|
|
Loading…
Reference in a new issue