mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #132] [CLOSED] Adds theming options, nord+solarized themes #795
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#795
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/132
Author: @apmechev
Created: 10/6/2020
Status: ❌ Closed
Base:
develop← Head:nord_dark_theme📝 Commits (10+)
6a9e53badd theme nord_search_dark, themes folder2f3f5efcan choose themes in config6287d2dadds whoogle-dark to themesfbd14c0darkness imprisoning me4d55a56adds theme to routes and Index.htmle85bbf1adds nord-light themeb6655faupdate span color nord-light9594fa1adds theme support for reskinning cards12e5b66delegates the get_theme_file to its own function5e2ed52un-autoformat index.html📊 Changes
13 files changed (+431 additions, -42 deletions)
View changed files
📝
app/filter.py(+42 -3)📝
app/models/config.py(+8 -0)📝
app/routes.py(+3 -0)➕
app/static/css/themes/nord-search.css(+51 -0)➕
app/static/css/themes/nord.css(+90 -0)➕
app/static/css/themes/solarized-search.css(+51 -0)➕
app/static/css/themes/solarized.css(+89 -0)📝
app/static/css/themes/whoogle-search.css(+18 -0)➕
app/static/css/themes/whoogle.css(+26 -0)📝
app/templates/display.html(+13 -10)📝
app/templates/header.html(+2 -6)📝
app/templates/index.html(+37 -23)📝
requirements.txt(+1 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.