All Projects â†’ 0x6C38 â†’ Intellijpywal

0x6C38 / Intellijpywal

Intellij Pywal integration

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Intellijpywal

Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+474.51%)
Mutual labels:  jetbrains, intellij, color-scheme
Night Owl Jetbrains
Night owl theme / colour scheme for IntelliJ and Webstorm (or other Jetbrains IDEs). Includes dark and light mode 🌓
Stars: ✭ 276 (+441.18%)
Mutual labels:  jetbrains, intellij, color-scheme
Intellij Platform Solarized
Solarized UI and editor themes for IntelliJ IDEA, CLion, Rider, PyCharm, RubyMine, PhpStorm, WebStorm, Android Studio, DataGrip and GoLand
Stars: ✭ 148 (+190.2%)
Mutual labels:  jetbrains, intellij, color-scheme
Idea Monokai
Monokai (sublime text version) color scheme for IntelliJ IDEA / Android Studio
Stars: ✭ 44 (-13.73%)
Mutual labels:  intellij, color-scheme
Intellij Colors Solarized
Solarized Colorscheme for IntelliJ IDEA
Stars: ✭ 3,266 (+6303.92%)
Mutual labels:  intellij, color-scheme
Intellij Idea Tutorial
IntelliJ IDEA įŽ€äŊ“中文专éĸ˜æ•™į¨‹
Stars: ✭ 19,071 (+37294.12%)
Mutual labels:  jetbrains, intellij
GapStyle
The world-first* productivity-oriented color scheme for intelliJ and VSCode to fill the gap between programming languages and human.
Stars: ✭ 111 (+117.65%)
Mutual labels:  intellij, color-scheme
Jetbrains Helper
Jetbrains helper
Stars: ✭ 33 (-35.29%)
Mutual labels:  jetbrains, intellij
Texify Idea
LaTeX support for the IntelliJ platform by JetBrains.
Stars: ✭ 436 (+754.9%)
Mutual labels:  jetbrains, intellij
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (+952.94%)
Mutual labels:  jetbrains, intellij
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+1164.71%)
Mutual labels:  jetbrains, intellij
Intellij Jvm Options Explained
Common JVM options used with Intellij and what they do
Stars: ✭ 636 (+1147.06%)
Mutual labels:  jetbrains, intellij
Lucario
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
Stars: ✭ 711 (+1294.12%)
Mutual labels:  jetbrains, color-scheme
Magento2 Phpstorm Plugin
PHPStorm Plugin for Magento 2
Stars: ✭ 294 (+476.47%)
Mutual labels:  jetbrains, intellij
Perl5 Idea
Perl5 plugins for IntelliJ IDEA
Stars: ✭ 343 (+572.55%)
Mutual labels:  jetbrains, intellij
Intellij Plugin Save Actions
Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
Stars: ✭ 440 (+762.75%)
Mutual labels:  jetbrains, intellij
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-66.67%)
Mutual labels:  jetbrains, intellij
gitextender
Git Extender is a plugin for jet brains products, like IntelliJ IDEA, which offers the option of updating all local branches that track a remote one for all git roots in the project
Stars: ✭ 15 (-70.59%)
Mutual labels:  intellij, jetbrains
sourcegraph-jetbrains
Sourcegraph for JetBrains IDEs (IntelliJ)
Stars: ✭ 34 (-33.33%)
Mutual labels:  intellij, jetbrains
Idea Markdown
Markdown language support for IntelliJ IDEA (abandonned).
Stars: ✭ 604 (+1084.31%)
Mutual labels:  jetbrains, intellij

Pywal Intellij Material Theme and Scheme Generator

The script in this repository can generate Intellij themes based on Pywal or other color scheme generator tools automatically. It is meant to be used in combination with Material Theme Plugin to integrate with every element of Intellij's UI instead of just the editor's color scheme.

Dependencies

  • Intellij (or some other Jetbrains IDE) + Material Theme Plugin
  • Pywal

Instalation

Warning: this script overrides material_custom_theme.xml so be sure to backup your custom material theme configuration if you care for it.

  1. Clone or download the files in this repository
  2. Run intellijPywalGen.sh and make sure to pass the path to your config directory (eg.: ./intellijPywalGen.sh $HOME/.IntelliJIdea2018.1/config)
  3. Set material theme to "custom theme" (Intellij -> Tools -> Material Theme -> Material Theme Chooser -> Custom Theme)
  4. Import material-pywal.icls editor scheme which should be located in your config/colors folder via (Intellij -> File -> Settings -> Editor -> Color Scheme -> Scheme : -> Import Scheme...)
  5. Set the editor's color scheme (Intellij -> File -> Settings -> Editor -> Color Scheme -> Scheme: Material Pywal)
  6. Restart Intellij

After the first time you'll only need to restart Intellij after you run the script in order for changes to take effect.

Mac

If you use intellijPywalGen.sh, you will get error about sed. Therefore, you can use intellijPywalGenmac.sh instead.

The following is an example code, when CLion2020.1 in mac.

./intellijPywalGenmac.sh $HOME/Library/ApplicationSupport/JetBrains/CLion2020.1

i3wm Integration

Integration with i3 is very simple. A good way to go about it is to bind a shortcut to set a random wallpaper using pywal and then chain a call to this script on the same command to make sure pywal has updated the colors:

bindsym $mod+Print exec "wal -i $HOME/Pictures/Wallpapers;/pathToScript/intellijPywalGen.sh  $HOME/.IntelliJIdea2018.1/config"

Notice both commands are separated by a semicolon without any space in-between and the params are passed with an unescaped space.

Screenshots

demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].