Update default theme
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
background-color: {{colors.surface_container_highest.default.hex}}
|
background-color: {{colors.surface_container_highest.default.hex}}
|
||||||
|
|
||||||
.widgets
|
.widgets
|
||||||
padding: .2 * {{custom.padding}}pt
|
padding: 2pt
|
||||||
|
|
||||||
.launcher
|
.launcher
|
||||||
@include interactive
|
@include interactive
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
.icon
|
.icon
|
||||||
font-size: {{custom.font_size}}pt
|
font-size: {{custom.font_size}}pt
|
||||||
padding: 0 .3 * {{custom.padding}}pt
|
padding: 0 2pt
|
||||||
color: {{colors.on_surface.default.hex}}
|
color: {{colors.on_surface.default.hex}}
|
||||||
|
|
||||||
.workspaces
|
.workspaces
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
.button
|
.button
|
||||||
font-size: 0
|
font-size: 0
|
||||||
transition: .5s
|
transition: .5s
|
||||||
margin: 0 .3 * {{custom.padding}}pt
|
margin: 0 2pt
|
||||||
background-color: {{colors.outline_variant.default.hex}}
|
background-color: {{colors.outline_variant.default.hex}}
|
||||||
min-width: .4 * {{custom.font_size}}pt
|
min-width: .4 * {{custom.font_size}}pt
|
||||||
min-height: .4 * {{custom.font_size}}pt
|
min-height: .4 * {{custom.font_size}}pt
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
font-size: {{custom.font_size}}pt
|
font-size: {{custom.font_size}}pt
|
||||||
font-family: {{custom.font_sans_serif_all}}
|
font-family: {{custom.font_sans_serif_all}}
|
||||||
font-weight: 500
|
font-weight: 500
|
||||||
margin: 0 .5 * {{custom.padding}}pt
|
margin: 0 4pt
|
||||||
|
|
||||||
.systray
|
.systray
|
||||||
.item
|
.item
|
||||||
@@ -69,5 +69,5 @@
|
|||||||
|
|
||||||
.icon
|
.icon
|
||||||
font-size: {{custom.font_size}}pt
|
font-size: {{custom.font_size}}pt
|
||||||
padding: 0 .3 * {{custom.padding}}pt
|
padding: 0 2pt
|
||||||
color: {{colors.on_surface.default.hex}}
|
color: {{colors.on_surface.default.hex}}
|
||||||
|
@@ -128,13 +128,13 @@ in
|
|||||||
|
|
||||||
radius = mkOption {
|
radius = mkOption {
|
||||||
type = ints.unsigned;
|
type = ints.unsigned;
|
||||||
default = 8;
|
default = 0;
|
||||||
description = "The radius of corners.";
|
description = "The radius of corners.";
|
||||||
};
|
};
|
||||||
|
|
||||||
padding = mkOption {
|
padding = mkOption {
|
||||||
type = ints.unsigned;
|
type = ints.unsigned;
|
||||||
default = 8;
|
default = 0;
|
||||||
description = "The padding of windows.";
|
description = "The padding of windows.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
user ? throw "user argument is required",
|
|
||||||
home ? throw "home argument is required",
|
|
||||||
}:
|
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
home-manager.users.${user}.theme = {
|
|
||||||
padding = 0;
|
|
||||||
radius = 0;
|
|
||||||
};
|
|
||||||
}
|
|
@@ -88,7 +88,6 @@ in
|
|||||||
(import ./configs/console/syncthing { inherit user home; })
|
(import ./configs/console/syncthing { inherit user home; })
|
||||||
|
|
||||||
(import ./configs/gui/obsidian { inherit user home; })
|
(import ./configs/gui/obsidian { inherit user home; })
|
||||||
(import ./configs/gui/theme { inherit user home; })
|
|
||||||
(import ./configs/gui/vscode { inherit user home; })
|
(import ./configs/gui/vscode { inherit user home; })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user