Code Monkey home page Code Monkey logo

Comments (10)

dinbtechit avatar dinbtechit commented on July 1, 2024

I am not sure what do you mean by "changes the entire config of the IDE"? This is just a theme plugin and we don't modify your existing settings of any sort.

On a side note - this forum will not tolerate any abusive behaviour. I certainly welcome constructive feedback as we are one community and trying to help each other. You can always uninstall it if you don't like the plugin. This plugin is completely open source so you can fork and modify it in any way you want.

from vscode-theme.

castrosu avatar castrosu commented on July 1, 2024

image
maybe showing non project files in the problems tab is a thing that happens only when I install your theme

from vscode-theme.

dinbtechit avatar dinbtechit commented on July 1, 2024

Interesting... That looks like a typescript error that has nothing to do with this plugin at all. There is no code in the theme that would do that. Just curious, when you uninstall the VScode theme those errors go away?

from vscode-theme.

castrosu avatar castrosu commented on July 1, 2024

Yes they do, that's the weird part also if I change the imports color in javascript the colors automatically change like they are stuck to the theme's original value/color

from vscode-theme.

castrosu avatar castrosu commented on July 1, 2024

And also the problems if you see on the left it has project wide problems disabled so it shouldn't even appear

from vscode-theme.

dinbtechit avatar dinbtechit commented on July 1, 2024

Changing colors through settings is not fully supported yet. So they may not work as expected. I am trying to find a way to make that work with all versions of IDEs which is a bit of a challenge at the moment.

But for triaging the issue that you are referring to - can you provide some more information?

  1. What Jetbrains IDE flavor are you using? and the version of the IDE (You can also go to Help -> about -> copy and paste the information here - this is more helpful to know what other plugins you are using.)
  2. Can you provide some screen recording of what it looks with and without the VSCode theme plugin?

from vscode-theme.

castrosu avatar castrosu commented on July 1, 2024

Changing colors through settings is not fully supported yet. So they may not work as expected. I am trying to find a way to make that work with all versions of IDEs which is a bit of a challenge at the moment.

But for triaging the issue that you are referring to - can you provide some more information?

  1. What Jetbrains IDE flavor are you using? and the version of the IDE (You can also go to Help -> about -> copy and paste the information here - this is more helpful to know what other plugins you are using.)
  2. Can you provide some screen recording of what it looks with and without the VSCode theme plugin?

I will try to make some sort of recording so I can show you, I am just saying changing the editor color or the code scheme, when trying to use another color or when trying to disable the "inherit" option it removes but automatically ticks the box of inherit again, why is that? I can't tell if it's a me thing or not but I have tried to use this theme multiple times in the past but it always gave me weird IDE bugs like errors appearing like the one I sent in the screenshot, me wanting to change the editor colors but it always came back, at some time I remembered it to change my icons size on the toolbar and on the whole ui in general but not the top bar

from vscode-theme.

dinbtechit avatar dinbtechit commented on July 1, 2024

I am just saying changing the editor color or the code scheme, when trying to use another color or when trying to disable the "inherit" option it removes but automatically ticks the box of inherit again, why is that?

I have no clue what you are talking about. Please provide screenshots and more details of what you're trying to do. Although this sounds like a separate issue altogether.

I can't tell if it's a me thing or not but I have tried to use this theme multiple times in the past but it always gave me weird IDE bugs like errors appearing like the one I sent in the screenshot, me wanting to change the editor colors but it always came back, at some time I remembered it to change my icons size on the toolbar and on the whole ui in general but not the top bar

This plugin does not modify any of that. The screenshot that you showed me earlier is a typescript error that has NOTHING to do with this plugin. I don't know how else to explain this to you. If you don't want to believe me you can check the code yourself.

This plugin will not change any of the icon sizes as well.... there is no code in this plugin that will do that. I just feel like you are blaming all the issues on the VSCode plugin, which is completely unfair and baseless. If you still think it is the VSCode theme plugin that causes all of that, provide me video evidence.

Also as I asked you earlier, please provide more details about the your IDE:

  1. Go to about Intellij or what ever IDE that you are using:
    image

  2. Copy and paste the details here:
    image

from vscode-theme.

castrosu avatar castrosu commented on July 1, 2024

I am just saying changing the editor color or the code scheme, when trying to use another color or when trying to disable the "inherit" option it removes but automatically ticks the box of inherit again, why is that?

I have no clue what you are talking about. Please provide screenshots and more details of what you're trying to do. Although this sounds like a separate issue altogether.

I can't tell if it's a me thing or not but I have tried to use this theme multiple times in the past but it always gave me weird IDE bugs like errors appearing like the one I sent in the screenshot, me wanting to change the editor colors but it always came back, at some time I remembered it to change my icons size on the toolbar and on the whole ui in general but not the top bar

This plugin does not modify any of that. The screenshot that you showed me earlier is a typescript error that has NOTHING to do with this plugin. I don't know how else to explain this to you. If you don't want to believe me you can check the code yourself.

This plugin will not change any of the icon sizes as well.... there is no code in this plugin that will do that. I just feel like you are blaming all the issues on the VSCode plugin, which is completely unfair and baseless. If you still think it is the VSCode theme plugin that causes all of that, provide me video evidence.

Also as I asked you earlier, please provide more details about the your IDE:

  1. Go to about Intellij or what ever IDE that you are using:
    image
  2. Copy and paste the details here:
    image

IntelliJ IDEA 2023.1.3 (Ultimate Edition)
Build #IU-231.9161.38, built on June 20, 2023
Licensed to [removed]
Subscription is active until [removed].
Runtime version: 17.0.7+10-b829.16 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4000M
Cores: 8
Registry:
debugger.new.tool.window.layout=true
ide.experimental.ui=true
ide.balloon.shadow.size=0

Non-Bundled Plugins:
com.github.copilot (1.2.9.2684)
com.markskelton.one-dark-theme (5.8.0)
com.intellij.plugins.vscodekeymap (231.8109.91)
com.jetbrains.plugins.jade (231.8109.91)
izhangzhihao.rainbow.brackets (2023.2.11)
com.github.dinbtechit.vscodetheme (1.8.1)
com.mallowigi (90.0.0)
zielu.gittoolbox (500.0.10+213)

Kotlin: 231-1.8.21-IJ9161.38

from vscode-theme.

dinbtechit avatar dinbtechit commented on July 1, 2024

None of the issues described in this ticket is be caused by the VSCode theme plugin. I see you have other theme plugins installed perhaps it is coming from them? Closing this ticket.

from vscode-theme.

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.