Skip to content

Commit

Permalink
feat(gh-dash): sort colors
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkEasterson committed Oct 12, 2024
1 parent 58018b5 commit 23d5f06
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gh-dash/.config/gh-dash/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23d5f06

Please sign in to comment.