From 23d5f06220fb3f7727a42947e3cdf34a8e990b7c Mon Sep 17 00:00:00 2001 From: Kirk Easterson Date: Sat, 12 Oct 2024 18:46:59 +0200 Subject: [PATCH] feat(gh-dash): sort colors --- gh-dash/.config/gh-dash/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gh-dash/.config/gh-dash/config.yml b/gh-dash/.config/gh-dash/config.yml index d7d67562..92260478 100644 --- a/gh-dash/.config/gh-dash/config.yml +++ b/gh-dash/.config/gh-dash/config.yml @@ -70,16 +70,16 @@ theme: table: showSeparator: true colors: # these render differently in tmux - text: - primary: "#EBDBB2" # fg - secondary: "#A89984" # fg4 - inverted: "#32303F" # bg0_s - faint: "#A89984" # fg4 - warning: "#FB4934" # red - success: "#B8BB26" # green background: selected: "#1D2021" # bg0_h border: + faint: "#928374" # gray primary: "#458588" # blue secondary: "#3C3836" # bg1 - faint: "#928374" # gray + text: + faint: "#A89984" # fg4 + inverted: "#32303F" # bg0_s + primary: "#EBDBB2" # fg + secondary: "#A89984" # fg4 + success: "#B8BB26" # green + warning: "#FB4934" # red