Version 0.1.0
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/alacritty/01_cursors-and-selection-colours.toml".text = ''
|
||||
# ── Cursor & Selection Colours ────────────────────────────────────────────
|
||||
[colors.cursor]
|
||||
cursor = "#528bff"
|
||||
text = "#9cdef2"
|
||||
|
||||
[colors.selection]
|
||||
text = "#9cdef2"
|
||||
background = "#3e4451"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user