jb.nvim
Color scheme inspired by JetBrains IDEs.
File Explorer
Download Latest Version (.zip)- folds.scm
- highlights.scm
- injections.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- injections.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- injections.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- apache.vim
- qf.vim
- jb.lua
- jb-dark.toml
- jb-light.toml
- README.md
- jb-dark.fzfrc
- jb-light.fzfrc
- README.md
- jb-dark
- jb-light
- README.md
- jb-dark.conf
- borders.lua
- config.lua
- highlights.json
- icons.lua
- init.lua
- intellij-palette.json
- palette_compiled.lua
- utils.lua
- nav_bar.lua
- jb.lua
- .editorconfig
- .gitignore
- .htaccess
- COMMIT_EDITMSG
- httpd.conf
- Makefile
- sample.bib
- sample.blade.php
- sample.c
- sample.cpp
- sample.css
- sample.go
- sample.gotmpl
- sample.graphql
- sample.html
- sample.ini
- sample.java
- sample.jjdescription
- sample.js
- sample.json
- sample.lua
- sample.md
- sample.nix
- sample.php
- sample.py
- sample.rb
- sample.rs
- sample.scala
- sample.scpt
- sample.scss
- sample.sh
- sample.tex
- sample.toml
- sample.ts
- sample.twig
- sample.xml
- sample.yaml
- sample.zig
- sample2.jsx
- sample2.py
- sample2.scss
- sample2.tsx
- sample3.tsx
- compare_intellij_palette.py
- generate_palette_compiled.lua
- watch_palette.sh
- gradle-wrapper.jar
- gradle-wrapper.properties
- AttributeConverter.kt
- ColorGroupComparator.kt
- DescriptorEnumerator.kt
- ExportPaletteAction.kt
- ExportRouter.kt
- InheritanceResolver.kt
- JsonNames.kt
- JsonValue.kt
- PaletteExporter.kt
- PaletteJson.kt
- PaletteMerger.kt
- PaletteModels.kt
- ProductDetector.kt
- ProfileDetector.kt
- SchemeReader.kt
- plugin.xml
- AttributeConverterTest.kt
- ColorGroupComparatorTest.kt
- ExportRouterTest.kt
- InheritanceTest.kt
- PaletteMergerTest.kt
- PathBuilderTest.kt
- ProductDetectorTest.kt
- ProductScopedMergeTest.kt
- ProfileDetectorTest.kt
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- README.md
- settings.gradle.kts
- .editorconfig
- .emmyrc.json
- .gitignore
- .stylelintrc.json
- LICENSE
- README.md
- selene.toml
- TODO.md
# Installation Guide
1. Get the code
git clone https://github.com/nickkadutskyi/jb.nvim
Downloads the entire project code from GitHub to your computer.
cd jb.nvim
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd tools/intellij-palette-exporter
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
