Catppuccin-jetbrains - Vibrant pastel theme for JetBrains IDEs

Overview
Comments
  • feat: Catppuccin 0.2.0

    feat: Catppuccin 0.2.0

    This PR is a WIP:

    • [x] This PR doesn't have Mocha, Macchiato and Frappé themes yet
    • [x] The colorscheme in some languages is not yet at the expected level
    • [x] Variants generator (one file like this colors.json could allow to generate all 4 variants at once)

    Latte (New UI Preview enabled)

    Capture d’écran, le 2022-08-01 à 20 49 21

    Latte (Old UI)

    Capture d’écran, le 2022-08-01 à 20 50 42

    (closes #10)

    opened by quentinguidee 26
  • Highlighting comments makes them unreadable

    Highlighting comments makes them unreadable

    When selecting comments they become unreadable.

    All three dark modes:

    image

    Light Mode image

    Is there a way to dynamically change comment colour based on highlight to account?

    bug 
    opened by christopherdmgunn 5
  • Selected/Diff highlight is hard to read

    Selected/Diff highlight is hard to read

    Catppuccin plugin version: 2.0.3 IntelliJ IDEA 2022.2.3 - Build #IU-222.4345.14

    This is screenshot from my project's Diff Viewer. Do we need to strictly stick to Catppuccin's pallete?

    image

    image

    opened by ltpquang 4
  • Better support for New UI

    Better support for New UI

    Hello! Great theme - but I have a few comments:

    1. When I use the new ui (here PHP Storm), the line separating the top "titlebar" from the rest of the application appears only above the sidebar. I think it should be over the entire width of the window in the same way as in the case of the status bar (screenshot below).

    Zrzut ekranu 2022-11-6 o 12 47 08 Zrzut ekranu 2022-11-6 o 12 48 38

    1. I think the line separating the numbering of the line from the code looks strange, but it seems to me that there should also be a line separating the side panel from the editor.

    Zrzut ekranu 2022-11-6 o 12 50 34

    enhancement help wanted 
    opened by widersky 4
  • Marketplace upload

    Marketplace upload

    In order to make the theme easier available it would be nice to publish it on the Jetbrains Marketplace.

    The initial upload has to be done manually with a Marketplace account. Updates can be published via gradle using a token.

    If an org (email-)account is not yet available, I'd offer to upload with my account as according to this post ownership can be transferred later on.

    @Pocco81

    opened by tiepp 4
  • Copilot recommendation is not gray

    Copilot recommendation is not gray

    Seems like the recommendation of Copilot is always in pink color whereas it should be in gray color, see the difference between VSC and JetBrains, in this case IntelliJ IDEA. | VSC | IntelliJ IDEA | |----|---| | Screenshot 2022-11-07 at 17 45 17 | Screenshot 2022-11-07 at 17 48 01 |

    enhancement 
    opened by kkrypt0nn 3
  • Some file colors are illegible in Latte

    Some file colors are illegible in Latte

    Just installed v2 via the released file on PhpStorm 2022.2.3. Although they work well in Mocha and Macchiato, some file colors don't seem to have their corresponding match in Latte. image

    I could use custom colors, but then those wouldn't change when switching from light to dark theme.

    bug 
    opened by vctls 3
  • Updates for better XAML support

    Updates for better XAML support

    This makes some minor changes to the language defaults for the Instance Field to change the color (actually to match what's in VSCode)

    It also adds the ENUM_IDENTIFIER to change the Enum color from the same Orange color to the Light Blue color, which also matches what's in VSCode.

    Rider doesn't actually have specific XAML support, so its still not perfect but this at least adds some color differentiation.

    This fixes issue #8

    Here's a quick example:

    image

    opened by BButner 3
  • Matching parenthesis are not visible enough

    Matching parenthesis are not visible enough

    Hi, First of all, I wanted to thank you for this theme that I use daily 👍🏻 A little problem of visibility with the parenthesis and brackets though. The matching should be more visible (maybe add a border?)

    image

    Kind regards, Richard

    enhancement 
    opened by rcapraro 2
  • Invalid invalid characters not visible

    Invalid invalid characters not visible

    I just noticed, that invalid characters are nearly invisible because it's black text on the dark background.

    In the attached screenshot I added an $ character in line 6. Yes, there is the error hint but it's still not opimal that the character is so hard to see which can cause confusion.

    Screenshot 2022-06-22 030336

    opened by sidewinda 2
  • XAML Support

    XAML Support

    Using JetBrains Rider, any XAML file that gets opened is basically all orange and white, with no distinction between imports, element types, properties, strings, etc...

    help wanted 
    opened by BButner 2
  • Color Scheme does not take effect

    Color Scheme does not take effect

    I recently installed catppuccin, but the color scheme does not appear to be working. The texts are not highlighted, as shown in the image below. Update: Some areas of my file have the color scheme working, but others do not; I'm not sure what's causing this issue.

    image waiting for author 
    opened by trunghieu99tt 1
  • Refactor error messages are not visible enough

    Refactor error messages are not visible enough

    Hi there ;-) I noticed that when a refactoring action is not possible, the error message is not visible enough (maybe you should change the font color ?)

    exemple: trying the action "Convert parameter to underscore section" which is impossible on this scala function: Capture d’écran 2022-11-19 172351 gives the following error message: Capture d’écran 2022-11-19 172414

    Kind Regards, Richard

    enhancement help wanted 
    opened by rcapraro 4
  • Selected text better color distinction

    Selected text better color distinction

    Currently when you click on a line and select a portion of text on the same line it is very hard to recognize what you have selected without looking precisely at it. VSC on the other hand has much lighter color when selecting text.

    | VSC | IntelliJ IDEA | | --- | --- | | image | image |

    Changing it to have the same color would benefit a lot when trying to see which part is selected. VSC seems to be using

    "editor.selectionBackground": palette.surface2,
    "editor.selectionHighlightBackground": opacity(palette.overlay2, 0.4),
    

    roughly looking at the code.

    enhancement help wanted 
    opened by kkrypt0nn 1
Releases(v2.0.6)
Owner
Timo Epp
Timo Epp
A beautiful Fashion Store like Android App Mock built on Jetpack Compose with compose navigation, hilt, dark theme support and google's app architecture found on uplabs Here

A beautiful Fashion Store like Android App Mock built on Jetpack Compose with compose navigation, hilt, dark theme support and google's app architecture found on uplabs Here

Puncz 87 Nov 30, 2022
Demo for Jetbrains webinar on "How to share data layer in KMM"

RealmDemo Demo application demostrating how to share data layer in an KMM project using Realm Kotlin SDK and Atlas App Service. Webinar Link : https:/

MongoDB Developer Relations 9 Dec 15, 2022
🧠 Soothing pastel theme for JetBrains IDEs

Catppuccin for JetBrains IDEs Installation

Catppuccin 141 Jan 7, 2023
Theme for VSCode and JetBrains IDEs, based on morhetz/gruvbox but with a plainer color palette for syntax highlighting.

gruvbox-plain Theme for VSCode and JetBrains IDEs, based on morhetz/gruvbox but with a plainer color palette for syntax highlighting. Syntax Colors gr

null 2 Dec 28, 2022
Dark theme for JetBrains IDEs :]

?? Hoshi Theme Dark theme for JetBrains IDEs. :] Screenshots Installation Using IDE built-in plugin system: Settings/Preferences > Plugins > Marketpla

luciano ratamero 3 Jun 23, 2022
A flexible theme provider for Jetpack Compose. Supports dynamic theme changes and saving theme preference.

JetTheme JetTheme is a flexible theme provider for Jetpack Compose. Change the theme and recompose the UI dynamically. Save theme preference to local

Mao Yufeng 48 Oct 19, 2022
GitHub IntelliJ IDEs theme pack

GitHub-theme-pack Template ToDo list Create a new IntelliJ Platform Plugin Template project. Get familiar with the template documentation. Verify the

Alexey Ivanov 0 Nov 22, 2021
Add Mac tabbing options to Jetbrains IDEs

IDEA Mac Tabbing Add Mac tabbing options to Jetbrains IDEs: Show Previous Window Tab Show Next Window Tab Move Window Tab to New Window Merge All Wind

DCat 29 Sep 4, 2022
MacOS theme for JetBrains Compose UI framework

MacOS theme for Compose Multiplatform MacOS theme written in Compose UI. Create native looking UIs for Mac using Compose UI. Share your UI code to run

Carson Holzheimer 204 Nov 19, 2022
IntelliJ-based IDEs Protobuf Language Plugin that provides Protobuf language support.

IntelliJ Protobuf Language Plugin Reference Inspired by protobuf-jetbrains-plugin and intellij-protobuf-editor. Descriptor IntelliJ-based IDEs Protobu

Kanro 72 Dec 7, 2022
Plugin for IntelliJ-based IDEs folding root files in the ProjectView

Foldable ProjectView The Foldable ProjectView is a plugin for the IntelliJ-based IDEs that lets you fold files located in the root of your project. Av

Jakub Chrzanowski 47 Dec 13, 2022
Review crates with cargo-crev in IntelliJ IDEs

IntelliJ Crev Cargo crates review support using cargo-crev Installation Using IDE built-in plugin system: Settings/Preferences > Plugins > Marketplace

Aleksei Trifonov 4 Dec 31, 2021
[Deprecated] This project can make it easy to theme and custom Android's dialog. Also provides Holo and Material themes for old devices.

Deprecated Please use android.support.v7.app.AlertDialog of support-v7. AlertDialogPro Why AlertDialogPro? Theming Android's AlertDialog is not an eas

Feng Dai 468 Nov 10, 2022
[] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.

DEPRECATED ActionBarSherlock is deprecated. No more development will be taking place. For an up-to-date action bar backport use AppCompat. Thanks for

Jake Wharton 7.1k Dec 24, 2022
An example of how to extend the ActionBar under the status bar from the theme

Extended ActionBar The problem: Android 4.4 Kitkat introduced a wonderful new opportunity: translucent bars. It's as simple as adding the following to

Eugenio Marletti 160 Nov 11, 2022
Showcase of the new AppCompat 21, which includes new Material Theme, working in pre-21 devices.

MaterialEverywhere (deprecated) This example is deprecated, I recommend taking a look at MaterializeYourApp repository. Showcase of the new AppCompat

Antonio Leiva 1.3k Dec 17, 2022
Android Material Design Theme UI and Tool Library. Support: 4.0.3~O

GitHub OSChina 中文 English Genius-Android Genius-Android: by Material Design style and some commonly used packages. Starting in 2015, The divided into

Qiujuer 2.3k Dec 27, 2022
Android Multi Theme Switch Library ,use kotlin language ,coroutine ,and so on ...

Magic Mistletoe Android多主题(换肤)切换框架 背景 时隔四年,在网易换肤之前的思路下,做了几点改进,现在完全通过反射创建View,并且在SkinLoadManager中提供一个configCustomAttrs以支持自定义View的属性插队替换 摈弃了之前的AsyncTask

Mistletoe 18 Jun 17, 2022
A Jetpack Compose Note writing application with Windows 97 theme

Compose-windows97 A Jetpack Compose Note writing application with Windows 97 theme Inspiration Recent tweet from Marton Braun and Website 98.js Hangin

Chetan Gupta 24 Dec 12, 2022
Material You Theme for Frames Dashboard

Material You Theme for Frames Dashboard Frames Dashboard Copy everything into your Frames project, edit colors, corner radius... Use compileSdk = 31 V

pashapuma 8 Dec 14, 2022