Skip to content

Instantly share code, notes, and snippets.

@GaussianWonder
Created August 17, 2025 11:24
Show Gist options
  • Save GaussianWonder/d57cb6649c5fdc7eb415ecdd92419126 to your computer and use it in GitHub Desktop.
Save GaussianWonder/d57cb6649c5fdc7eb415ecdd92419126 to your computer and use it in GitHub Desktop.
gitui theme for sainnhe/gruvbox-material hard dark style
(
selected_tab: Some("#e78a4e"),
command_fg: Some("#d4be98"),
selection_bg: Some("#504945"),
selection_fg: Some("#ddc7a1"),
use_selection_fg: true,
cmdbar_bg: Some("#1d2021"),
cmdbar_extra_lines_bg: Some("#282828"),
disabled_fg: Some("#9C938E"),
diff_line_add: Some("#a9b665"),
diff_line_delete: Some("#ea6962"),
diff_file_added: Some("#a9b665"),
diff_file_removed: Some("#ea6962"),
diff_file_moved: Some("#d3869b"),
diff_file_modified: Some("#e78a4e"),
commit_hash: Some("#7daea3"),
commit_time: Some("#504945"),
commit_author: Some("#89b482"),
danger_fg: Some("#ea6962"),
push_gauge_bg: Some("#89b482"),
push_gauge_fg: Some("#1d2021"),
tag_fg: Some("#d8a657"),
branch_fg: Some("#a9b665"),
block_title_focused: Some("#e78a4e")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment