Skip to content

Commit

Permalink
created default theme and DEV version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiewilson committed Aug 25, 2014
1 parent 0ec30c0 commit ec5badd
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 34 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions assets/Widget - predawn-DEV.sublime-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"color_scheme": "Packages/Predawn/assets/Widget - predawn-DEV.stTheme",
"draw_shadows": false,
"font_size": 12
}

6 changes: 0 additions & 6 deletions assets/Widget - predawnST2.sublime-settings

This file was deleted.

Binary file removed assets/group-closed-selected.png
Binary file not shown.
Binary file removed assets/[email protected]
Binary file not shown.
Binary file removed assets/group-closed.png
Binary file not shown.
Binary file removed assets/[email protected]
Binary file not shown.
Binary file removed assets/group-open-selected.png
Binary file not shown.
Binary file removed assets/[email protected]
Binary file not shown.
Binary file removed assets/group-open.png
Binary file not shown.
Binary file removed assets/[email protected]
Binary file not shown.
19 changes: 13 additions & 6 deletions messages/install.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Welcome to...

______ ______ ______ _____ ______ __ __ __ __
/\ == \ /\ == \ /\ ___\ /\ __-. /\ __ \ /\ \ _ \ \ /\ "-.\ \
\ \ _-/ \ \ __< \ \ __\ \ \ \/\ \ \ \ __ \ \ \ \/ ".\ \ \ \ \-. \
\ \_\ \ \_\ \_\ \ \_____\ \ \____- \ \_\ \_\ \ \__/".~\_\ \ \_\\"\_\
\/_/ \/_/ /_/ \/_____/ \/____/ \/_/\/_/ \/_/ \/_/ \/_/ \/_/
______ ______ ______ _____ ______ __ __ __ __
/\ == \ /\ == \ /\ ___\ /\ __-. /\ __ \ /\ \ _ \ \ /\ "-.\ \
\ \ _-/ \ \ __< \ \ __\ \ \ \/\ \ \ \ __ \ \ \ \/ ".\ \ \ \ \-. \
\ \_\ \ \_\ \_\ \ \_____\ \ \____- \ \_\ \_\ \ \__/".~\_\ \ \_\\"\_\
\/_/ \/_/ /_/ \/_____/ \/____/ \/_/\/_/ \/_/ \/_/ \/_/ \/_/


To activate the theme, add or replace your current theme settings with the code below.

Expand All @@ -15,6 +15,13 @@ To activate the theme, add or replace your current theme settings with the code
"color_scheme": "Packages/Predawn/predawn.tmTheme"
}

FOR ALL DEV BUILDS 3062+ use,

{
"theme": "predawn.sublime-theme",
"color_scheme": "Packages/Predawn/predawn-DEV.tmTheme"
}


*** IMPORTANT - MAKE SURE TO RESTART SUBLIME AFTER INSTALLING AND ACTIVATING PREDAWN ***

Expand Down
20 changes: 10 additions & 10 deletions predawnST2.sublime-theme → predawn-DEV.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -445,38 +445,38 @@
// Sidebar tree
{
"class": "sidebar_tree",
"row_padding": [20, 5],
"row_padding": [30, 5],
"indent": 20,
"indent_offset": 18,
"indent_offset": 0,
"indent_top_level": false,
"layer0.tint": [51, 51, 51],
"layer0.opacity": 1.0
},
{
"class": "sidebar_tree",
"settings": ["sidebar_xsmall"],
"row_padding": [20, 2]
"row_padding": [30, 2]
},
{
"class": "sidebar_tree",
"settings": ["sidebar_small"],
"row_padding": [20, 3]
"row_padding": [30, 3]
},
{
"class": "sidebar_tree",
"settings": ["sidebar_medium"],
"row_padding": [20, 4]
"row_padding": [30, 4]
},

{
"class": "sidebar_tree",
"settings": ["sidebar_large"],
"row_padding": [20, 6]
"row_padding": [30, 6]
},
{
"class": "sidebar_tree",
"settings": ["sidebar_xlarge"],
"row_padding": [20, 8]
"row_padding": [30, 8]
},
// Sidebar rows
{
Expand Down Expand Up @@ -560,21 +560,21 @@
// Hides Folder Icons

{
"class": "icon_folder",
"class": "disclosure_button_control",
"content_margin": [0, 0],
"layer0.opacity": 0
},

// Replaces Default Folder Icons

{
"class": "disclosure_button_control",
"class": "icon_folder",
"content_margin": [8, 8],
"layer0.texture": "Predawn/assets/folder.png",
"layer0.opacity": 1.0
},
{
"class": "disclosure_button_control",
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Predawn/assets/folder_open.png",
"layer0.opacity": 1.0
Expand Down
23 changes: 11 additions & 12 deletions predawn.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -445,38 +445,38 @@
// Sidebar tree
{
"class": "sidebar_tree",
"row_padding": [30, 5],
"row_padding": [20, 5],
"indent": 20,
"indent_offset": 0,
"indent_offset": 18,
"indent_top_level": false,
"layer0.tint": [51, 51, 51],
"layer0.opacity": 1.0
},
{
"class": "sidebar_tree",
"settings": ["sidebar_xsmall"],
"row_padding": [30, 2]
"row_padding": [20, 2]
},
{
"class": "sidebar_tree",
"settings": ["sidebar_small"],
"row_padding": [30, 3]
"row_padding": [20, 3]
},
{
"class": "sidebar_tree",
"settings": ["sidebar_medium"],
"row_padding": [30, 4]
"row_padding": [20, 4]
},

{
"class": "sidebar_tree",
"settings": ["sidebar_large"],
"row_padding": [30, 6]
"row_padding": [20, 6]
},
{
"class": "sidebar_tree",
"settings": ["sidebar_xlarge"],
"row_padding": [30, 8]
"row_padding": [20, 8]
},
// Sidebar rows
{
Expand Down Expand Up @@ -560,26 +560,25 @@
// Hides Expand Arrow

{
"class": "disclosure_button_control",
"class": "icon_folder",
"content_margin": [0, 0],
"layer0.opacity": 0
},

// Replaces Default Folder Icons

{
"class": "icon_folder",
"class": "disclosure_button_control",
"content_margin": [8, 8],
"layer0.texture": "Predawn/assets/folder.png",
"layer0.opacity": 1.0
},
{
"class": "icon_folder",
{
"class": "disclosure_button_control",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Predawn/assets/folder_open.png",
"layer0.opacity": 1.0
},

// Sidebar file icons

{
Expand Down

0 comments on commit ec5badd

Please sign in to comment.