feat: add adwaita themes

This commit is contained in:
CJ van den Berg 2024-05-15 22:55:55 +02:00
parent 63ee1e364e
commit 0386d791da
3 changed files with 8 additions and 0 deletions

View file

@ -38,6 +38,7 @@ pub const theme_files = [_]theme_file{
THEME("themes/rose-pine-no-italics-color-theme.json"),
THEME("themes/rose-pine-moon-color-theme.json"),
THEME("themes/rose-pine-moon-no-italics-color-theme.json"),
THEME("themes/adwaita-dark.json"),
// light themes
@ -54,6 +55,7 @@ pub const theme_files = [_]theme_file{
THEME("ayu-light.json"),
THEME("ayu-light-bordered.json"),
THEME("themes/rose-pine-dawn-color-theme.json"),
THEME("themes/adwaita-light.json"),
};
fn THEME(comptime file_path: []const u8) theme_file {