Files
dotfiles/home/gitui/theme.ron
T

20 lines
609 B
Plaintext

(
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"),
)