Skip to content

Commit

Permalink
v10.1
Browse files Browse the repository at this point in the history
more fixes
  • Loading branch information
Muah committed Dec 27, 2015
1 parent b3bdd53 commit d42b3be
Show file tree
Hide file tree
Showing 16 changed files with 1,020 additions and 1,649 deletions.
2 changes: 2 additions & 0 deletions Main/Widget - Seti.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<string>#29394060</string>
<key>selectionForeground</key>
<string>#506670</string>
<key>selectionBorder</key>
<string>#29394060</string>
</dict>
</dict>
</array>
Expand Down
Binary file added Main/folder_dup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Main/light_x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Main/light_x_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Seti

`SublimeText 3 Theme & ColorScheme` Port of Seti_UI & Syntax by [jesseweed](https://github.com/jesseweed/seti-ui)
`SublimeText 3 Theme` Port of Seti_UI by [jesseweed](https://github.com/jesseweed/seti-ui)


###### Seti.sublime-theme
Expand Down Expand Up @@ -37,14 +37,13 @@ Theme is listed as [Seti_UI](https://sublime.wbond.net/packages/Seti_UI) on Will

## Setup

Activate the `Theme` and `Color-Scheme` by modifying your user preferences file, which you can find using the menu item `Preferences -> Settings - User` in Sublime Text or use `Schemr` & `Themr` by [Ben Weier](https://github.com/benweier).
Activate the `Theme` by modifying your user preferences file, which you can find using the menu item `Preferences -> Settings - User` in Sublime Text or use `Schemr` & `Themr` by [Ben Weier](https://github.com/benweier).

### Example settings

```json
{
"theme": "Seti.sublime-theme",
"color_scheme": "Packages/Seti_UI/Scheme/Seti_monokai.tmTheme",
"theme": "Seti.sublime-theme"
}
```

Expand All @@ -55,7 +54,6 @@ Activate the `Theme` and `Color-Scheme` by modifying your user preferences file,
```
{
// tabs
"Seti_no_bar_undertabs": true, // remove the 4px bar under the tabs
"Seti_no_blue_bar": true, // remove the blue bar under the un-saved tabs
"Seti_tabs_small": true, // tabs height = 35
"Seti_tabs_med": true, // tabs height = 40
Expand Down Expand Up @@ -101,6 +99,7 @@ Activate the `Theme` and `Color-Scheme` by modifying your user preferences file,
// view
"Seti_pad_5": true, // use with line_padding_bottom / line_padding_top = 5
"Seti_pad_3": true, // use with line_padding_bottom / line_padding_top = 3
"Seti_panel_nrml": true, // remove the padding top/down from quick panel
}
```

Expand Down
Binary file modified Resource/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resource/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d42b3be

Please sign in to comment.