fix: missing whitespaces in alacritty alabaster color theme patch

This commit is contained in:
Jacob Bachmann 2024-04-24 20:37:10 +02:00
parent d0e097574e
commit bb446c29ee
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -8,17 +8,17 @@ let
+++ b/alabaster.toml +++ b/alabaster.toml
@@ -2,11 +2,11 @@ @@ -2,11 +2,11 @@
# author tonsky # author tonsky
[colors.primary] [colors.primary]
-background = '#F7F7F7' -background = '#F7F7F7'
+background = '#FFFFFF' +background = '#FFFFFF'
foreground = '#434343' foreground = '#434343'
[colors.cursor] [colors.cursor]
-text = '#F7F7F7' -text = '#F7F7F7'
+text = '#FFFFFF' +text = '#FFFFFF'
cursor = '#434343' cursor = '#434343'
[colors.normal] [colors.normal]
''; '';
alacritty-theme-patched = pkgs.alacritty-theme.overrideAttrs (final: previous: { alacritty-theme-patched = pkgs.alacritty-theme.overrideAttrs (final: previous: {