W
W
webrapist2016-03-30 17:51:05
css
webrapist, 2016-03-30 17:51:05

How to properly set the Seti_UI theme for Sublime Text 3?

Hello.
I found a page with a theme , I would like to put it myself, but I can’t figure it out.
I want the view to be like in the second screenshot.
Did the following:

  1. Package Control: Install Package
  2. Found Seti_UI and installed it
  3. I went along the path: Preferences -> Settings - User and wrote:
    {
        "theme": "Seti_orig.sublime-theme"
    }

In the end, everything fell apart. Can anyone help me with this?
I am attaching some screenshots for a better understanding of the situation:
dad654369cff43f18dfd036fc2ace359.PNG384302db5f484bdbab9b907fddad0e4b.PNGf6b208ca22de413dbaf905bdd5493e7f.png
Ps Build 3103

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
webrapist, 2016-03-30
@swibong

Helped solve Loac problem from this forum.
In general, what needs to be done in order to have something similar, as in the second screenshot on the first link that I gave:
1) Download the archive with the theme.
2) Unzip the file and rename the resulting folder to Seti_UI
3) Copy the Seti_UI folder to Sublime Text 3/Package. Package folder can be opened directly from Sublime - Preferences -> Browse Packages
4) Download color scheme .
5) Unzip the downloaded file and copy all the contents with a replacement to Package / Seti_Ui (the folder where the theme is located)
6) Now you need to set this very color scheme:
Seti_orig .

{
  "color_scheme": "Packages/Seti_UI/Scheme/Seti_orig.tmTheme",
  "theme": "Seti_orig.sublime-theme",

  // caret-settings
  "caret_extra_bottom": 3,
  "caret_extra_top": 3,
  "caret_extra_width": 1,

  "auto_upgrade_ignore":["Seti_UI"], // чтобы тема не слетала после апдейта

  "highlight_line": true,
}

1) Open the file, path: \Sublime Text 3\Packages\Seti_UI\Scheme\Seti_orig.tmTheme
2) Find the lines:
<key>caret</key>
<string>#ffe792</string>

And change the value of the second line to #B39424
Ps icons in the sidebar will be visible if you, for example, drag a folder with files into Sublime.
Well, like everything, thanks to those who responded.
https://packagecontrol.io/packages/Seti_UI
https://github.com/ctf0/Seti_ST3/tree/Mods

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question