Giter VIP home page Giter VIP logo

everforest-jetbrains's Introduction

Everforest JetBrains theme

Build Status

The goal of this project is to provide pixel to pixel copy of sainnhe/everforest theme for JetBrains based IDEs with sane build system (without Java).

screenshot

Current status

Only a few languages are supported. Expect broken syntax highlighting if you don't use language from the list below.

  • C
  • C++
  • JSON
  • PHP
  • XML
  • Bash
  • Markdown
  • Python
  • YAML
  • JavaScript

Installation

From sources

Install dependencies:

  • POSIX shell
  • GNU Make
  • zip

All above is most likely already included in base of your Linux distribution.

To build the theme, just run:

make release

Go to Plugins and locate the everforest.jar file.

Contribution guide

All colors should match to how it looks in neovim with Everforest theme selected and treesitter enabled. There are example files for each language in examples folder.

If unsure on what color to use for elements not present in vim, you can take a look at Color Pallete and Highlighting Semantics.

Adding a new language

The goal is to have <language>.xml file inside src/includes folder in the following format:

<!-- BRACES AND OPERATORS -->
<!-- Braces -->
<option name="PHP_BRACES">
<value>
    <option name="FOREGROUND" value="<%= ${fg} %>"/>
</value>
</option>
<!-- Brackets -->
<option name="PHP_BRACKETS">
<value>
    <option name="FOREGROUND" value="<%= ${fg} %>"/>
</value>
</option>

<!-- CLASSES AND PROPERTIES -->
<!-- Class -->
<option name="PHP_CLASS">
<value>
    <option name="FOREGROUND" value="<%= ${yellow} %>"/>
</value>
</option>

Where the CAPITALIZED comments correspond to foldable categories. Make sure to have <options> in the same order as they are in the IDE setting window. Leave "Inherit values from" unticked to prevent random breakage of colors when changing the parent colors.

License

ISC, see LICENSE.

everforest-jetbrains's People

Contributors

francma 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.