fix: missing whitespaces in alacritty alabaster color theme patch
This commit is contained in:
parent
d0e097574e
commit
bb446c29ee
1 changed files with 3 additions and 3 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue