Skip to content

Commit

Permalink
Theme gh-dash
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 17, 2024
1 parent 7d4c365 commit 99ccc28
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions home/colours.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1023,5 +1023,24 @@ in
programs.vscode.userSettings = {
"workbench.colorTheme" = config.me.vscode-theme or ({}.${config.me.theme} or "Monokai Pro");
};
programs.gh-dash.settings.theme = {
ui.table.showSeparator = true;
colors = {
text = {
primary = current-theme.primary.foreground;
secondary = current-theme.bright.black;
inverted = current-theme.primary.background;
faint = current-theme.bright.white;
warning = current-theme.normal.red;
success = current-theme.normal.green;
};
background.selected = current-theme.bright.black;
border = {
primary = current-theme.primary.foreground;
secondary = current-theme.primary.foreground;
faint = current-theme.primary.foreground;
};
};
};
};
}

0 comments on commit 99ccc28

Please sign in to comment.