-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHI-#1 Implement the main theme index
- Loading branch information
1 parent
e3c4b46
commit 1e1a99a
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Nord Brackets + | ||
project nord-brackets + | ||
version + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email development@arcticicestudio.com + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
[References] | ||
Nord | ||
https://github.com/arcticicestudio/nord | ||
Brackets | ||
https://brackets.io | ||
https://brackets-registry.aboutweb.com/ | ||
https://github.com/adobe/brackets/wiki/Creating-Themes | ||
https://github.com/adobe/brackets/wiki/Extension-package-format | ||
https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences | ||
LESSCSS | ||
http://lesscss.org | ||
*/ | ||
/*+---------+ | ||
+ Imports + | ||
+---------+*/ | ||
/*+--- Core ---+*/ | ||
@import "styles/variables"; | ||
@import "styles/editor"; | ||
@import "styles/syntax"; | ||
|
||
/*+--- Extensions ---+*/ | ||
@import "styles/extensions"; | ||
|
||
/*+--- UI ---+*/ | ||
@import "styles/ui"; |