minikey / seti-ui

A subtle dark colored UI theme for Atom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seti

SublimeText 3 Theme Port of Seti_UI by jesseweed

Seti.sublime-theme

Seti Screenshot

Seti_orig.sublime-theme

Seti Screenshot

Notes

  • Any thing less than 'ST3 Build 3062' wont get the sidebar icons to work.

  • if you used any of the resources in this repo into your own release ,plz appreciate the hard work and mention the original authors.

  • A New/Better syntax Highlight released under Seti_UX.

  • Seti_JetBrains by zchee 🎩.

Install

Via Package Control

Theme is listed as Seti_UI on Will Bond's Sublime Package Control.

Manual

  1. Download the .zip.

  2. Unzip and rename the folder to Seti_UI.

  3. Copy the folder into Packages directory, which you can find using the menu item Preferences -> Browse Packages... in Sublime Text.

  4. copy the (+res/fold.png) "or edit it to ur liking" to Packages/Theme - Default to override the default code folding icon.

Setup

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.

Example settings

{
  "theme": "Seti.sublime-theme"
}

Options

Themr have an option call Themr: Toggle Theme Settings to change theme settings on-the-fly , or manually add what you need from below.

{
// 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
  "Seti_tab_font_12": true,               // tab font size = 12
  "mouse_wheel_tabswitch": true,          // scroll through opened tabs
  "Seti_no_scroll_icons": true,           // remove the l/r arrows & the drop down button, effective when ("enable_tab_scrolling": true)
  "Seti_orange_button": true,             // change un-saved blue tab buttons to orange

// tab label
  "Seti_blue_label": true,                // change the un-saved tab label to blue
  "Seti_orange_label": true,		      // change un-saved label color to orange
  "Seti_bold_slctdtab_labels": true,      // make active tab label font in bold

// scrollbar
  "Seti_SB_med": true,                    // scrollbars width / height = 6
  "Seti_SB_big": true,                    // scrollbars width / height = 10
  "Seti_SB_bright": true,                 // brighter color for scrollbars

// sidebar
  "Seti_ClosedFolder_same": true,         // same icon as the Opened_folder
  "Seti_ClosedFolder_remove": true,       // remove closed_folder icon
  "Seti_ClosedFolder_dots": true,         // change closed_folder icon to dot
  "Seti_sb_small_padding": true,          // sidebar entries padding = 3
  "Seti_sb_big_padding": true,            // sidebar entries padding = 10
  "Seti_sb_tree_med": true,               // sidebar tree padding = 15
  "Seti_sb_tree_small": true,             // sidebar tree padding = 10
  "Seti_sb_tree_tiny": true,              // check (issues/88)
  "Seti_sb_tree_miny": true,              // check (issues/88)
  "Seti_show_group_arrows": true,         // show the folder/group arrows in sidebar
  "Seti_sb_no_icons": true,               // check (issues/133)
  "Seti_sb_blank": true,                  // check (issues/133)
  "Seti_bold_slctdfile_labels": true,     // make the sidebar selected file text in bold
  "Seti_sidebar_font_size_12": true,      // check (issues/115)
  "Seti_sidebar_font_size_13": true,      // check (issues/115)
  "Seti_sidebar_font_size_14": true,      // check (issues/115)
  "Seti_sidebar_font_Ubuntu": true,       // check (issues/115)
  "Seti_sidebar_font_Fira": true,         // check (issues/115)
  "Seti_sidebar_font_Hack": true,         // check (issues/115)
  "Seti_sidebar_font_Source": true,       // check (issues/115)
  "Seti_heading_font_12": true,           // heading font size = 12
  "Seti_bold_heading": true,              // make heading font in bold

// 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
}

Credits

  • Ported based on Glacier by joeyfigaro among many others.

  • Special thanx for Anthony Garand for the widget files (took me 2 days to understand what they actually do O_o and fix the god dame text input thing).

  • ScopeHunter by facelessuser "YOU ROCK".

  • ColorSchemeEditor by Borislav Peev "HOF".

  • Neon by Matt Morrison "HOF".

  • Cyanide by lefoy "HOF".

Differences from the original

  • No file icon in the opened tabs, ST lacks this.

  • Current line number highlight color, ST lacks this.

Issue A Ticket

  1. what version of ST are you using ? (nothing lower than 3062).

  2. have you restarted ST after you installed the theme ?.

  3. if you still have bad render ,have you removed the cache folder ? (found right next to the packages folder).

  4. have you copied the files from the "Ext" folder to your User folder ?.

About

A subtle dark colored UI theme for Atom.

License:MIT License


Languages

Language:JavaScript 62.6%Language:CSS 37.4%Language:HTML 0.0%