Skip to content

Commit

Permalink
style(gh-dash): update colors for latest version, add preview width
Browse files Browse the repository at this point in the history
  • Loading branch information
maddawik committed Oct 22, 2024
1 parent fc5f89a commit 5813837
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions home/dot_config/gh-dash/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults:
# preview:
# width: 80
defaults:
preview:
width: 80
repoPaths:
maddawik/*: ~/projects/*
riskive/*: ~/work/*
Expand All @@ -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"

0 comments on commit 5813837

Please sign in to comment.