mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add getter for loaded themes
This commit is contained in:
@@ -29,6 +29,10 @@ class ThemeManager
|
||||
getActiveThemes: ->
|
||||
_.clone(@activeThemes)
|
||||
|
||||
# Internal-only:
|
||||
getLoadedThemes: ->
|
||||
_.clone(@loadedThemes)
|
||||
|
||||
# Internal-only:
|
||||
unload: ->
|
||||
removeStylesheet(@userStylesheetPath) if @userStylesheetPath?
|
||||
|
||||
Reference in New Issue
Block a user