Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ REDLIB_ROBOTS_DISABLE_INDEXING=off
REDLIB_PUSHSHIFT_FRONTEND=undelete.pullpush.io

# Default user settings
# Set the default theme (options: system, light, dark, black, dracula, nord, laserwave, violet, gold, rosebox, gruvboxdark, gruvboxlight)
# Set the default theme (options: system, light, dark, black, dracula, nord, laserwave, violet, gold, rosebox, gruvboxdark, gruvboxlight, catppuccinLatte, catppuccinFrappe, catppuccinMacchiato, catppuccinMocha)
REDLIB_DEFAULT_THEME=system
# Set the default front page (options: default, popular, all)
REDLIB_DEFAULT_FRONT_PAGE=default
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ Assign a default value for each user-modifiable setting by passing environment v

| Name | Possible values | Default value |
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| `THEME` | `["system", "light", "dark", "black", "dracula", "nord", "laserwave", "violet", "gold", "rosebox", "gruvboxdark", "gruvboxlight", "tokyoNight", "icebergDark", "doomone", "libredditBlack", "libredditDark", "libredditLight"]` | `system` |
| `THEME` | `["system", "light", "dark", "black", "dracula", "nord", "laserwave", "violet", "gold", "rosebox", "gruvboxdark", "gruvboxlight", "tokyoNight", "icebergDark", "doomone", "libredditBlack", "libredditDark", "libredditLight", "catppuccinLatte", "catppuccinFrappe", "catppuccinMacchiato", "catppuccinMocha"]` | `system` |
| `FRONT_PAGE` | `["default", "popular", "all"]` | `default` |
| `LAYOUT` | `["card", "clean", "compact"]` | `card` |
| `WIDE` | `["on", "off"]` | `off` |
Expand All @@ -441,4 +441,4 @@ Assign a default value for each user-modifiable setting by passing environment v
| `HIDE_SCORE` | `["on", "off"]` | `off` |
| `HIDE_SIDEBAR_AND_SUMMARY` | `["on", "off"]` | `off` |
| `FIXED_NAVBAR` | `["on", "off"]` | `on` |
| `REMOVE_DEFAULT_FEEDS` | `["on", "off"]` | `off` |
| `REMOVE_DEFAULT_FEEDS` | `["on", "off"]` | `off` |
13 changes: 13 additions & 0 deletions static/themes/catppuccinFrappe.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* Catppuccin-Frappe theme setting */
.catppuccinFrappe {
--accent: #babbf1;
--green: #a6d189;
--text: #c6d0f5;
--foreground: #414559;
--background: #303446;
--outside: #292c3c;
--post: #51576d;
--panel-border: 1px solid #626880;
--highlighted: #737994;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
13 changes: 13 additions & 0 deletions static/themes/catppuccinLatte.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* Catppuccin-Latte theme setting */
.catppuccinLatte {
--accent: #7287fd;
--green: #40a02b;
--text: #4c4f69;
--foreground: #ccd0da;
--background: #eff1f5;
--outside: #e6e9ef;
--post: #bcc0cc;
--panel-border: 1px solid #acb0be;
--highlighted: #9ca0b0;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
13 changes: 13 additions & 0 deletions static/themes/catppuccinMacchiato.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* Catppuccin-Macchiato theme setting */
.catppuccinMacchiato {
--accent: #b7bdf8;
--green: #a6da95;
--text: #cad3f5;
--foreground: #363a4f;
--background: #24273a;
--outside: #1e2030;
--post: #494d64;
--panel-border: 1px solid #5b6078;
--highlighted: #6e738d;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
13 changes: 13 additions & 0 deletions static/themes/catppuccinMocha.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* Catppuccin-Mocha theme setting */
.catppuccinMocha {
--accent: #b4befe;
--green: #a6e3a1;
--text: #cdd6f4;
--foreground: #313244;
--background: #1e1e2e;
--outside: #181825;
--post: #45475a;
--panel-border: 1px solid #585b70;
--highlighted: #6c7086;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}