Move yazi and gitui to home-manager

This commit is contained in:
2026-07-07 23:38:33 +01:00
parent 4c1158f9b7
commit 95936a2e88
5 changed files with 79 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
(
selection_bg: Some("#283457"),
selection_fg: Some("#c0caf5"),
command_fg: Some("#c0caf5"),
diff_line_add: Some("#9ece6a"),
diff_line_delete: Some("#f7768e"),
diff_file_added: Some("#9ece6a"),
diff_file_removed: Some("#f7768e"),
diff_file_modified: Some("#e0af68"),
diff_file_moved: Some("#bb9af7"),
commit_hash: Some("#bb9af7"),
commit_time: Some("#7dcfff"),
commit_author: Some("#9ece6a"),
branch_fg: Some("#e0af68"),
tag_fg: Some("#bb9af7"),
danger_fg: Some("#f7768e"),
use_selection_fg: Some(true),
syntax: Some("base16-ocean.dark"),
)