From 5813837223f0c7f99462ba2b203c16e81a5135f5 Mon Sep 17 00:00:00 2001 From: maddawik Date: Tue, 22 Oct 2024 13:16:39 -0400 Subject: [PATCH] style(gh-dash): update colors for latest version, add preview width https://github.com/dlvhdr/gh-dash/issues/461 --- home/dot_config/gh-dash/config.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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"