GithubHelp home page GithubHelp logo

isabella232 / rider-theme-pack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jetbrains/rider-theme-pack

0.0 0.0 0.0 710 KB

JetBrains Rider theme pack.

License: Apache License 2.0

Kotlin 12.81% Python 87.19%

rider-theme-pack's Introduction

rider-theme-pack

Color scheme editing

After making changes to the color scheme files (colorSchemes\*.xml) apply the sorting utility tools\PrettyXML.py to make these files have the same order of elements and attributes. This utility requires Python 3.7+

There is an IDEA run configuration 'Sort color scheme files' for that task.

Rider-specific color themes (Rider*.xml)

These files are created by a utility which is not published yet. Please don't edit them manually, these changes will be lost.

How to debug the plugin in Rider

Since this plugin is bundled with Rider and hidden from the list of installed plugins and also protected from being deactivated, it's not easy to develop a new version of the plugin since the newer version of the plugin is not loaded because of the protection of the bundled version.

To circumvent this, change the plugin ID in the file META-INF/plugin.xml:

<idea-plugin>
<id>Rider UI Theme Pack DEBUG</id>
<name>Rider UI Theme Pack</name>
...

Now the new version of the plugin will be loaded. Well, because now it's essentially just another plugin. Since the UI themes' and schemes' names are still the same, there can be some confusion selecting the proper theme/scheme.

The lists of UI themes will have two instances of each theme:

Rider Light
Rider Light     <- from the updated plugin
Rider Dark
Rider Dark      <- from the updated plugin

Unlike the UI themes, the lists of Editor Color Schemes will only contain a single instance of each color theme, and these color schemes are the ones from the updated version of the plugin.

rider-theme-pack's People

Contributors

decoyrs avatar homatyano avatar mfilippov avatar

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.