alexadhy / tokyonight-jetbrains

Tokyo Night theme ported from enkia's VSCode Tokyo Night theme
https://plugins.jetbrains.com/plugin/18820-tokyo-night-theme
58 stars 29 forks source link

2024.1 compatibility #16

Open ludovicmeurot opened 4 months ago

ludovicmeurot commented 4 months ago

Hi Alexander,

A simple update to make the plugin compatible with the latest version.

Thank you for this plugin!

AlejandroBudy commented 4 months ago

Are there any plans to merge this pr?

wojciech-zurek commented 4 months ago

@ludovicmeurot Can you temporarily share this plugin?

jordanbrock commented 3 months ago

please merge this PR

kimsunhak commented 3 months ago

@alexadhy Other users are waiting for PR to merge. When do you plan to do it?

djhoese commented 3 months ago

For those unfamiliar with plugin compilation from source, if I clone this fork locally, how could I build it and install it?

wojciech-zurek commented 3 months ago

@djhoese

Ediit gradle.properties (0.1.6 is already in market)

pluginVersion = 0.1.7

then use docker in plugin directory:

docker run --rm -u gradle -v "$PWD":/home/gradle/project -w /home/gradle/project gradle:8.0.2-jdk11 gradle buildPlugin

The path for built plugin: build/distributions/TokyoNight Theme-0.1.7.zip

In your ide go to plugin list and use option: "Install plugin from disk"

djhoese commented 3 months ago

Awesome! Got it working. Thanks!

juliogc commented 3 months ago

Hello, everyone,

It is safe to say that the repository's owner doesn't care about updating it based on what we are experiencing here and from what I've found in the repository's history. The fix for versions 2023.x has been open for almost a year, and this change request is going in the same direction.

Since I don't want to spend a year begging for this, I recommend using alternatives to this extension.

Looking at the marketplace, I found a forked version that only supports the dark version: https://github.com/junkfactory/tokyonight-jetbrains

You can install it here: https://plugins.jetbrains.com/plugin/24455-tokyo-dark-theme

zeekbyte commented 22 hours ago

Hi everyone. After waiting without any updates, I forked this repository and updated it to be compatible with IDEA 2023.3 above while maintaining the existing themes, Dark and Storm. I will update and add new themes in the future (if any).