diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:03:14 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:03:14 +0100 |
| commit | 729dd959b5d77166b5172d0a946ae4351b46348c (patch) | |
| tree | 203de46fb525323bf37516c45271a47b5362bb76 /modules/home/i3wm/nord-blue/variables.nix | |
| parent | 36d2d8934f1bbcf8ec54baa4a6270871ad5191d2 (diff) | |
added missing semicolon
Diffstat (limited to 'modules/home/i3wm/nord-blue/variables.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/variables.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/variables.nix b/modules/home/i3wm/nord-blue/variables.nix index 2497c71..5fac2bc 100644 --- a/modules/home/i3wm/nord-blue/variables.nix +++ b/modules/home/i3wm/nord-blue/variables.nix @@ -3,7 +3,7 @@ background = "#2D333F"; accent = "#82A3C0"; foreground = "#C6D0F5"; - text = "#D5A18E" + text = "#D5A18E"; }; wallpaper = "~/home/mun/Documents/4. Configuration/modules/home/i3wm/nord-blue/wallpapers/wave-minimal.png"; |
