diff --git a/home/dot_config/gh-dash/config.yml b/home/dot_config/gh-dash/config.yml index 26285c9..55e0c25 100644 --- a/home/dot_config/gh-dash/config.yml +++ b/home/dot_config/gh-dash/config.yml @@ -1,6 +1,6 @@ -# defaults: -# preview: -# width: 80 +defaults: + preview: + width: 80 repoPaths: maddawik/*: ~/projects/* riskive/*: ~/work/* @@ -9,19 +9,21 @@ pager: theme: ui: + sectionsShowCount: true table: showSeparator: true colors: text: primary: "#cdd6f4" secondary: "#89b4fa" - inverted: "#181825" - faint: "#89b4fa" - warning: "#f38ba8" + inverted: "#11111b" + faint: "#bac2de" + warning: "#f9e2af" + error: "#f38ba8" success: "#a6e3a1" background: selected: "#313244" border: primary: "#89b4fa" - secondary: "#313244" + secondary: "#45475a" faint: "#313244"