GithubHelp home page GithubHelp logo

Icon problems about colour-schemes HOT 7 OPEN

azbatuk avatar azbatuk commented on May 23, 2024 2
Icon problems

from colour-schemes.

Comments (7)

RealJTG avatar RealJTG commented on May 23, 2024 6

Should to be fixed now.
There were some minor changes in Spacegray theme here SublimeText/Spacegray@a3cf933:

Before:

"layer0.texture": "Theme - Spacegray/Spacegray/close.png",

After:

"layer0.texture": "Theme - Spacegray/assets/close.png",

While not merged, you can temporary remove package and unpack fixed package in ~/.config/sublime-text-3/Packages/Dayle Rees Color Schemes.

from colour-schemes.

Gr1N avatar Gr1N commented on May 23, 2024 1

+1 same issue

from colour-schemes.

zuern avatar zuern commented on May 23, 2024

I have the same issue with Sublime Text 3. It seems to affect the code folding icons as well as the folder browser
screenshot_20161205_121009

from colour-schemes.

gpressutto5 avatar gpressutto5 commented on May 23, 2024

+1 same issue

from colour-schemes.

aristotele avatar aristotele commented on May 23, 2024

I can now see the correct folder icon in the sidebar but still show the default folder icon next to it.
image

from colour-schemes.

aristotele avatar aristotele commented on May 23, 2024

I've just figured it out. Simply put this snippet in theme configuration.

// sidebar icon folder closed
{
	"class": "icon_folder",
	"layer0.texture": "Theme - Spacegray/assets/folder-closed.png",
	"layer0.tint":[211, 100, 59],
	"content_margin": [9, 8]
},
// sidebar icon folder opened
{
	"class": "icon_folder",
	"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
	"layer0.texture": "Theme - Spacegray/assets/folder-open.png",
	"layer0.tint":[211, 100, 59],
	"content_margin": [9, 8]
},
// sidbar arrows (down = group opend, right = group closed)
{
	"class": "disclosure_button_control",
    "content_margin": [0,0],	// set 8,8 if want to see the arrows
    "layer0.texture": "Theme - Spacegray/assets/fold-down.png",
    "layer0.tint": [171, 60, 19], // 02
    "layer0.opacity": 1,
    "layer0.inner_margin": 0
},
{
	"class": "disclosure_button_control",
	"attributes": ["expanded"],
	"layer0.texture": "Theme - Spacegray/assets/fold-right.png"
},

Result in this:

image

from colour-schemes.

icemancast avatar icemancast commented on May 23, 2024

I have the same issue on mine now. How did you fix yours?

Screen Shot 2020-11-17 at 11 12 54 AM

from colour-schemes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.