1
0
Fork 0

More color config

This commit is contained in:
Malte 2023-02-24 17:14:09 +01:00
parent b4796d1e74
commit 29efffbac2
4 changed files with 13 additions and 8 deletions

View file

@ -1,8 +1,5 @@
{pkgs, ...}: let
inherit (import ../../lib) colors;
in {
{pkgs, ...}: {
imports = [./mpv];
m-0.colors = colors;
home = {
packages = builtins.attrValues {
zoom = pkgs.zoom-us.overrideAttrs (old: {

View file

@ -33,6 +33,7 @@
inherit (lib.hm.gvariant) mkTuple mkUint32;
font = "B612 8";
in {
m-0.colors.accent = "3000d0";
home.packages = extensions;
services.gpg-agent.pinentryFlavor = "gnome3";
dconf.settings = {
@ -153,7 +154,7 @@ in {
snap-to-grid = true;
tile-by-default = true;
active-hint = true;
hint-color-rgba = "rgba(114,135,253,0.5)";
hint-color-rgba = "rgba(48, 0, 208,1.0)";
tile-enter = ["<Super>t"];
tile-move-left-global = ["<Super><Shift>Left"];
tile-move-right-global = ["<Super><Shift>Right"];
@ -180,7 +181,7 @@ in {
tray-size = 13;
show-appmenu = true;
trans-use-custom-gradient = true;
trans-gradient-top-color = "#0014ff";
trans-gradient-top-color = "#${config.m-0.colors.accent}";
trans-gradient-bottom-color = "#000000";
trans-gradient-top-opacity = 1.0;
trans-gradient-bottom-opacity = 1.0;

View file

@ -42,6 +42,10 @@ in {
enable = true;
themes.mytheme = {
inherits = "catppuccin_mocha";
palette = {
mantle = "#${config.m-0.colors.accent}";
base = "#000000";
};
"diagnostic.info".underline = {
color = "blue";
style = "curl";

View file

@ -13,13 +13,16 @@
settings = {
main = {
font = "Cozette:pixelsize=13";
include = "${pkgs.foot.themes}/share/foot/themes/catppuccin";
include = toString (pkgs.writeText "foot-theme" ''
${builtins.readFile "${pkgs.foot.themes}/share/foot/themes/catppuccin"}
background=000000
'');
};
csd = {
preferred = "client";
size = "0";
border-width = "1";
color = "af0000aa";
color = "ff${config.m-0.colors.accent}";
};
mouse = {
hide-when-typing = "yes";