Code Monkey home page Code Monkey logo

intellij-colors-sublime-monokai's People

Contributors

0x-2a avatar y3sh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

intellij-colors-sublime-monokai's Issues

Generating Jars For Other Sublime Themes

Hi,

First off, I think this is awesome. I recently started using Intellij with the IlluminatedCloud plugin for Salesforce development. Previously I was using Sublime with the MavensMate plugin and I really missed my sublime themes after switching.

My question is, is there any way to generate the jar files for other sublime themes? It would be great if I could do this for any sublime theme.

How did you go about generating that xml file from the theme and from there, the jar file?

Unable to load settings

After importing the settings through Intellij (14.1.4) and restarting I was prompted with this error message: Cannot read scheme SublimeMonokai.xml from '$ROOT_CONFIG$/colors': Unsupported color scheme version: 142

I tried using the jar in the repo and building it through the shell script.

A friend of mine gave me an older version of the jar and it worked fine.
intellij-setting-error

new Constructor font color is Black on black

black on black

People can't see the code when I show it to them and also its really hard to see unless I turn on my screen to full brightness.

Here is some code you can use to test:

var o = {};
o.constructor === Object; // true

var a = [];
a.constructor === Array; // true

var n = new Number(3);
n.constructor === Number; // true

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor

tld;dr: Please change it to a different color.

Golang support

Love the theme, but it is illegible in Golang. Would love to see support for it!

Low contrast for many non-Java files

Could we please inform this color scheme about other formats? E.g., Markdown file headers appear as very dark blue on a dark background (almost invisible).

As a workaround, I'm currently disabling inheritance for First, Second, Third, ... Markdown headers.

The theme seems not supporting namespaces in XML/XHTML files

Hello
I use your theme and I guess encounterint a bug against XML /XHTML files. I'm using facelets ( JSF2 ) and I have a strange behaviour ( see the image attached).

sqlreadonly_setup007
He's an example

<h:body
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:composite="http://java.sun.com/jsf/composite"
        xmlns:p="http://primefaces.org/ui" xmlns:f="http://java.sun.com/jsf/core">
    <composite:interface>
        <composite:attribute name="adminManagedBean" required="true"/>
        <composite:attribute name="label" required="true"/>
        <composite:attribute name="messages" required="true"/>
    </composite:interface>
    <composite:implementation>

        <p:panelGrid columns="2" styleClass="updateAdminGrid">
            #{rsPage.adm_add_label_header} : <p:inputText id="adminInput" value="#{cc.attrs.label}" required="true">
            <f:validateLength minimum="2"/>
        </p:inputText>
            <p:commandButton value="#{rsPage.adm_add_submit}" action="#{cc.attrs.adminManagedBean.helper.saveEntity()}"
                             update="#{cc.attrs.messages}"/>
            <p:commandButton value="#{rsPage.adm_add_cancel}" action="#{cc.attrs.adminManagedBean.helper.cancelSaveEntity()}"
                             update="#{cc.attrs.messages}"/>
        </p:panelGrid>
    </composite:implementation>

</h:body>

Thanks for your help
Regards

Clojure Support

Hi,

I would like clojure to be supported. Please let me know what can be done.

Thanks,
Murtaza

No occurrence highlighting

When the caret is on a identifier, other occurrences of the same identifier in the file are highlighted in both built-in color schemes. The monokai scheme does not have that.

Parameter hints are hard to read

image

Like here, s_unit_type_name parameter of the method printSUnits is really hard to read. Intellij Idea doesn't give us the option to change the color of this. See post.

Error on importing the jar

Error reading file 'C:\Users\Bruno\Downloads\SublimeMonoKai.jar'.
There was error in opening zip file

Please make sure you have generated the file using 'File|Export Settings' feature.

font-size

After setting this theme, why did the font size not change after the font size was changed in the settings?

Theme not found in Appearance Pref after restart (Intellij 14 CE)

I follow the following instructions:

Download or build the jar (buildJar.sh)
Intellij -> File -> Import Settings -> Select Jar

Intellij then says it will need to restart. I restart it and attempt to select Sublime Monokai as the theme in Settings -> Editor -> Colors & Fonts but it is not an option.

Tried using both the .jar file and building my own with Java 8 update 31 on OSX Yosemite.

C/C++ and Kotlin Support

Hi! Thanks for putting this together, was wondering if you could add support for C/C++ and Kotlin please!

C# Support

Hi, Thank you for porting monokai to Jetbrains IDEs.
Could you support C# in Rider?
Here is the sample code from my side project.

Language request

Okay, so this isn't a joke, but support for Flex/Actionscript/MXML?

No worries if you think it might not be worth it. Thanks!

Unsupported Color Scheme Version - SOLVED

"Cannot read scheme SublimeMonokai.xml from '$ROOT_CONFIG$/colors':Unsupported color scheme version: 142"

When I install the jar file, it says it installed fine and that I have to restart, but then I get this error. I tried both downloading the jar and building it myself with the same result.

I've found that a good few people have had this issue and here is how you fix it:
Open the xml file and change the version number from 142 to the major build number version of your Intellij product (I'm using Android Studio, but it works there, too). If you click Help -> About, the major build number is the number before the period. Mine was 141 instead. I changed the number in the xml and it worked fine.

I logged this as an issue here because this is where I first came across the problem and I want others to know how to solve it.

icls file is missing from repository

Hi There,

In the repository, I can see files with extension xml, jar, but I cannot find icls file for the Submit Monokai theme. Can you please upload icls for the theme?

Thanks,
Amit

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.