mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #522] How to set the default theme #384
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#384
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?
Originally created by @ccpplinux on GitHub (Apr 4, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/522
I want to set the theme tomorrow_night_blue as the default theme for my editor. But in the file config.php I see that the variable $theme is accepting only two values - light and dark. So how to set the default theme of this editor to tomorrow_night_blue? Please help me in this regard.
@prasathmani commented on GitHub (Apr 5, 2021):
add the below code into line no 2895 will work.
@michacassola commented on GitHub (Dec 15, 2022):
Hey, I tried "ace/theme/monokai", but it just shows the standard one and you can't even select anything else.
Would be something nice in the config/config file and not to sed into the main script.