Version 0.1.0
This commit is contained in:
16
home-manager/20_alacritty/03_normal-palette-ansi.nix
Normal file
16
home-manager/20_alacritty/03_normal-palette-ansi.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/alacritty/03_normal-palette-ansi.toml".text = ''
|
||||
# ── Normal Palette (ANSI) ─────────────────────────────────────────────────
|
||||
[colors.normal]
|
||||
black = "#2e3440"
|
||||
red = "#e06c75"
|
||||
green = "#9cdef2"
|
||||
yellow = "#e5c07b"
|
||||
blue = "#61afef"
|
||||
magenta = "#c678dd"
|
||||
cyan = "#9cdef2"
|
||||
white = "#828997"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user