mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-03-12 04:03:06 +01:00
style: apply b16 colorscheme to fuzzel configuration
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ pkgs, config, lib, ... }:
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
|
||||
let
|
||||
palette = config.colorScheme.palette;
|
||||
hex = colour: lib.removePrefix "#" colour;
|
||||
in
|
||||
|
||||
{
|
||||
programs.fuzzel = {
|
||||
@@ -10,7 +15,9 @@
|
||||
layer = "overlay";
|
||||
};
|
||||
colors = {
|
||||
background = "ffffffff";
|
||||
background = "${hex palette.base00}ff";
|
||||
foreground = "${hex palette.base05}ff";
|
||||
highlight = "${hex palette.base0D}ff";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user