Updated theming
This commit is contained in:
@@ -55,6 +55,9 @@
|
||||
|
||||
## SVG
|
||||
"jock.svg"
|
||||
|
||||
## YAML
|
||||
"redhat.vscode-yaml"
|
||||
];
|
||||
# Settings
|
||||
userSettings = {
|
||||
@@ -63,6 +66,11 @@
|
||||
"continue.enableTabAutocomplete" = true;
|
||||
|
||||
"window.menuBarVisibility" = "toggle";
|
||||
"window.commandCenter" = false;
|
||||
"window.titleBarStyle" = "native";
|
||||
"workbench.navigationControl.enabled" = false;
|
||||
"workbench.layoutControl.enabled" = false;
|
||||
|
||||
#"github.copilot.editor.enableAutoCompletions" = true;
|
||||
"redhat.telemetry.enabled" = false;
|
||||
};
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
# TODO add ttf-font-awesome or font-awesome for waybar
|
||||
fontProfiles = {
|
||||
enable = true;
|
||||
monospace = {
|
||||
family = "FiraCode Nerd Font";
|
||||
package = pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; };
|
||||
};
|
||||
regular = {
|
||||
family = "Fira Sans";
|
||||
package = pkgs.fira;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user