Move yazi and gitui to home-manager
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.gitui = {
|
||||
enable = true;
|
||||
theme = ./theme.ron;
|
||||
};
|
||||
}
|
||||
@@ -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"),
|
||||
)
|
||||
Reference in New Issue
Block a user