You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48-49Lines changed: 48 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,33 @@
2
2
3
3
### A dark interface and syntax theme for [Sublime Text](https://sublime.wbond.net/packages/Predawn) and [Atom](https://atom.io/packages/predawn-ui).
4
4
5
-
## About
5
+

6
6
7
-
Predawn is a minimal Sublime Text theme and a syntax color scheme. It was originally just a slightly tweaked version (called Flatland-Alt) of the [Flatland](https://github.com/thinkpixellab/flatland) theme, which itself is a flat reworking of [Soda](https://github.com/buymeasoda/soda-theme/). I decided to keep going with customization and rework the entire theme. But I owe a lot to Flatland and Soda. Thanks guys!
7
+
[View a larger screenshot](https://raw.github.com/jamiewilson/predawn/master/screenshots/screenshot.png)
8
8
9
-

9
+
# All Options and Defaults
10
+
#### See images below for examples
10
11
11
-
[View a larger screenshot](https://raw.github.com/jamiewilson/predawn/master/screenshots/screenshot.png)
12
+
// Panel Options
13
+
"predawn_findreplace_small": false,
14
+
"predawn_quick_panel_small": false,
15
+
16
+
// Sidebar Options
17
+
"predawn_sidebar_arrows": false,
18
+
"predawn_sidebar_large": false,
19
+
"predawn_sidebar_medium": false,
20
+
"predawn_sidebar_narrow": false,
21
+
"predawn_sidebar_small": false,
22
+
"predawn_sidebar_xlarge": false,
23
+
"predawn_sidebar_xsmall": false,
12
24
13
-
## Installation for [Atom](https://atom.io/packages/predawn-ui)
0 commit comments