Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Added Dracula theme #753

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
11 changes: 11 additions & 0 deletions src/routes/docs/customize-settings/appearance/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ The finder theme is based on the color scheme in Finder.
| `AppThemeFileAreaBackgroundColor` | `#2E3440` |
| `AppThemeInfoPaneBackgroundColor` | `#2E3440` |

### Dracula

| Key | Value |
| ----------------------------------- | ----------- |
| `AppThemeBackgroundColor` | `#282A36` |
| `AppThemeAddressBarBackgroundColor` | `#44475A` |
| `AppThemeToolbarBackgroundColor` | `#44475A` |
| `AppThemeSidebarBackgroundColor` | `#44475A` |
| `AppThemeFileAreaBackgroundColor` | `#282A36` |
| `AppThemeInfoPaneBackgroundColor` | `#44475A` |

## Background image

Files allows you to configure a custom background image or gif using the settings UI. Once selected, Files will update to display your image as a beautiful background, adding a distinctive touch to your workspace. Additionally, you can adjust the image’s opacity and display settings for a truly customized look.
Expand Down