init: public
This commit is contained in:
21
modules/desktop/terminal/ghostty/default.nix
Normal file
21
modules/desktop/terminal/ghostty/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ config, lib, ... }:
|
||||
lib.my.makeHomeProgramConfig {
|
||||
inherit config;
|
||||
programName = "ghostty";
|
||||
optionPath = [
|
||||
"desktop"
|
||||
"terminal"
|
||||
"ghostty"
|
||||
];
|
||||
extraConfig = {
|
||||
my.home.programs.ghostty = {
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
installBatSyntax = true;
|
||||
settings = {
|
||||
font-size = 14;
|
||||
theme = "${./tokyonight-storm}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
22
modules/desktop/terminal/ghostty/tokyonight-storm
Normal file
22
modules/desktop/terminal/ghostty/tokyonight-storm
Normal file
@@ -0,0 +1,22 @@
|
||||
palette = 0=#1d202f
|
||||
palette = 1=#f7768e
|
||||
palette = 2=#9ece6a
|
||||
palette = 3=#e0af68
|
||||
palette = 4=#7aa2f7
|
||||
palette = 5=#bb9af7
|
||||
palette = 6=#7dcfff
|
||||
palette = 7=#a9b1d6
|
||||
palette = 8=#414868
|
||||
palette = 9=#ff899d
|
||||
palette = 10=#9fe044
|
||||
palette = 11=#faba4a
|
||||
palette = 12=#8db0ff
|
||||
palette = 13=#c7a9ff
|
||||
palette = 14=#a4daff
|
||||
palette = 15=#c0caf5
|
||||
|
||||
background = #24283b
|
||||
foreground = #c0caf5
|
||||
cursor-color = #c0caf5
|
||||
selection-background = #2e3c64
|
||||
selection-foreground = #c0caf5
|
||||
Reference in New Issue
Block a user