Merge branch 'master' into johannes/nord-theme

This commit is contained in:
Johannes Marbach 2024-06-03 21:06:23 +02:00
commit f631b81308
159 changed files with 666 additions and 142 deletions

View file

@ -15,7 +15,10 @@ typedef enum {
BBX_THEMES_THEME_BREEZY_LIGHT = 0,
BBX_THEMES_THEME_BREEZY_DARK = 1,
BBX_THEMES_THEME_PMOS_LIGHT = 2,
BBX_THEMES_THEME_PMOS_DARK = 3
BBX_THEMES_THEME_PMOS_DARK = 3,
BBX_THEMES_THEME_ADWAITA_DARK = 4,
BBX_THEMES_THEME_NORD_LIGHT = 5,
BBX_THEMES_THEME_NORD_DARK = 6,
} bbx_themes_theme_id_t;
/* Themes */