mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
feat(alacritty): less opaque, better cursor
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
}: let
|
}: let
|
||||||
alacritty-cfg = theme:
|
alacritty-cfg = theme:
|
||||||
(pkgs.formats.yaml {}).generate "alacritty.yml" {
|
(pkgs.formats.yaml {}).generate "alacritty.yml" {
|
||||||
window.opacity = 0.9;
|
window.opacity = 0.95;
|
||||||
font = {
|
font = {
|
||||||
normal.family = "Monospace";
|
normal.family = "Monospace";
|
||||||
size = 6;
|
size = 6;
|
||||||
@@ -34,6 +34,7 @@
|
|||||||
colourPairs = lib.getAttrs colourNames theme;
|
colourPairs = lib.getAttrs colourNames theme;
|
||||||
in {
|
in {
|
||||||
primary = {inherit (theme) background foreground;};
|
primary = {inherit (theme) background foreground;};
|
||||||
|
cursor = {inherit (theme) cursor;};
|
||||||
normal = lib.mapAttrs (_: colour: colour.dark) colourPairs;
|
normal = lib.mapAttrs (_: colour: colour.dark) colourPairs;
|
||||||
bright = lib.mapAttrs (_: colour: colour.bright) colourPairs;
|
bright = lib.mapAttrs (_: colour: colour.bright) colourPairs;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user