Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4114514
ext-themelist.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
ext-themelist.js
View Options
ace
.
define
(
"ace/ext/themelist"
,[
"require"
,
"exports"
,
"module"
],
function
(
require
,
exports
,
module
){
/**
* Generates a list of themes available when ace was built.
* @fileOverview Generates a list of themes available when ace was built.
* @author <a href="mailto:matthewkastor@gmail.com">
* Matthew Christopher Kastor-Inare III </a><br />
* ☭ Hial Atropa!! ☭
*/
"use strict"
;
var
themeData
=
[
[
"Chrome"
],
[
"Clouds"
],
[
"Crimson Editor"
],
[
"Dawn"
],
[
"Dreamweaver"
],
[
"Eclipse"
],
[
"GitHub"
],
[
"IPlastic"
],
[
"Solarized Light"
],
[
"TextMate"
],
[
"Tomorrow"
],
[
"XCode"
],
[
"Kuroir"
],
[
"KatzenMilch"
],
[
"SQL Server"
,
"sqlserver"
,
"light"
],
[
"CloudEditor"
,
"cloud_editor"
,
"light"
],
[
"Ambiance"
,
"ambiance"
,
"dark"
],
[
"Chaos"
,
"chaos"
,
"dark"
],
[
"Clouds Midnight"
,
"clouds_midnight"
,
"dark"
],
[
"Dracula"
,
""
,
"dark"
],
[
"Cobalt"
,
"cobalt"
,
"dark"
],
[
"Gruvbox"
,
"gruvbox"
,
"dark"
],
[
"Green on Black"
,
"gob"
,
"dark"
],
[
"idle Fingers"
,
"idle_fingers"
,
"dark"
],
[
"krTheme"
,
"kr_theme"
,
"dark"
],
[
"Merbivore"
,
"merbivore"
,
"dark"
],
[
"Merbivore Soft"
,
"merbivore_soft"
,
"dark"
],
[
"Mono Industrial"
,
"mono_industrial"
,
"dark"
],
[
"Monokai"
,
"monokai"
,
"dark"
],
[
"Nord Dark"
,
"nord_dark"
,
"dark"
],
[
"One Dark"
,
"one_dark"
,
"dark"
],
[
"Pastel on dark"
,
"pastel_on_dark"
,
"dark"
],
[
"Solarized Dark"
,
"solarized_dark"
,
"dark"
],
[
"Terminal"
,
"terminal"
,
"dark"
],
[
"Tomorrow Night"
,
"tomorrow_night"
,
"dark"
],
[
"Tomorrow Night Blue"
,
"tomorrow_night_blue"
,
"dark"
],
[
"Tomorrow Night Bright"
,
"tomorrow_night_bright"
,
"dark"
],
[
"Tomorrow Night 80s"
,
"tomorrow_night_eighties"
,
"dark"
],
[
"Twilight"
,
"twilight"
,
"dark"
],
[
"Vibrant Ink"
,
"vibrant_ink"
,
"dark"
],
[
"GitHub Dark"
,
"github_dark"
,
"dark"
],
[
"CloudEditor Dark"
,
"cloud_editor_dark"
,
"dark"
]
];
exports
.
themesByName
=
{};
exports
.
themes
=
themeData
.
map
(
function
(
data
)
{
var
name
=
data
[
1
]
||
data
[
0
].
replace
(
/ /g
,
"_"
).
toLowerCase
();
var
theme
=
{
caption
:
data
[
0
],
theme
:
"ace/theme/"
+
name
,
isDark
:
data
[
2
]
==
"dark"
,
name
:
name
};
exports
.
themesByName
[
name
]
=
theme
;
return
theme
;
});
});
(
function
()
{
ace
.
require
([
"ace/ext/themelist"
],
function
(
m
)
{
if
(
typeof
module
==
"object"
&&
typeof
exports
==
"object"
&&
module
)
{
module
.
exports
=
m
;
}
});
})();
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Aug 19, 00:13 (2 d, 13 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d6/57/01b402ea51f33876404ddd11bf1e
Default Alt Text
ext-themelist.js (2 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment