Skip to content

Commit

Permalink
Add theme: theme_pastel.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescher committed Feb 1, 2021
1 parent c9ebe0e commit 62d60e1
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 1 deletion.
1 change: 1 addition & 0 deletions Config/Arguments.cs
Expand Up @@ -20,6 +20,7 @@ public class Arguments
new ThemeSpec(0, "default", "theme_default.css", null),
new ThemeSpec(1, "dark", "theme_dark.css", null),
new ThemeSpec(2, "darkblue", "theme_darkblue.css", null),
new ThemeSpec(3, "pastel", "theme_pastel.css", null),
};

public List<(string, string)> RawArgumentValues = new List<(string, string)>();
Expand Down

0 comments on commit 62d60e1

Please sign in to comment.