From f9f85dd81a987244201823c14496498a38102cf6 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 22 Jun 2023 00:43:08 +0700 Subject: [PATCH] feat: add gitui --- data/data.toml | 8 ++++++++ data/gitui/mocha.ron | 23 +++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 data/gitui/mocha.ron diff --git a/data/data.toml b/data/data.toml index 6c4b528..6b9ab93 100644 --- a/data/data.toml +++ b/data/data.toml @@ -57,3 +57,11 @@ external = "~/.config/gdu" [[apps.zed.paths]] internal = "data/zed/settings.json" external = "~/.config/zed/settings.json" + +[[apps.gitui.paths]] +internal = "data/gitui" +external = "~/.config/gitui" + +[[apps.gitui.paths]] +internal = "data/gitui/mocha.ron" +url = "https://raw.githubusercontent.com/catppuccin/gitui/main/theme/mocha.ron" diff --git a/data/gitui/mocha.ron b/data/gitui/mocha.ron new file mode 100644 index 0000000..1826dcf --- /dev/null +++ b/data/gitui/mocha.ron @@ -0,0 +1,23 @@ +( + selected_tab: Reset, + command_fg: Rgb(205, 214, 244), + selection_bg: Rgb(88, 91, 112), + selection_fg: Rgb(205, 214, 244), + cmdbar_bg: Rgb(24, 24, 37), + cmdbar_extra_lines_bg: Rgb(24, 24, 37), + disabled_fg: Rgb(127, 132, 156), + diff_line_add: Rgb(166, 227, 161), + diff_line_delete: Rgb(243, 139, 168), + diff_file_added: Rgb(249, 226, 175), + diff_file_removed: Rgb(235, 160, 172), + diff_file_moved: Rgb(203, 166, 247), + diff_file_modified: Rgb(250, 179, 135), + commit_hash: Rgb(180, 190, 254), + commit_time: Rgb(186, 194, 222), + commit_author: Rgb(116, 199, 236), + danger_fg: Rgb(243, 139, 168), + push_gauge_bg: Rgb(137, 180, 250), + push_gauge_fg: Rgb(30, 30, 46), + tag_fg: Rgb(245, 224, 220), + branch_fg: Rgb(148, 226, 213) +)