#🎨-theme-development

1 messages · Page 56 of 1

tidal heron
#

that one doesnt seem to work anymore

pure cairn
thorn sonnet
pure cairn
#

no

#

read the channel description

spring pewter
#

Breh

#

So wharra do

thorn sonnet
plain kelp
spring pewter
pure cairn
pure cairn
#

Go crazy

#

Make your discord crash with devtools, it's fun

full rover
pure cairn
#

If there are none, you can always make it

echo frost
#

can you send a screenshot?

full rover
echo frost
#

can you not crop it so much

full rover
#

I managed to semi-fix the boosting badges by changing a variable called "bottom"

echo frost
#

it looks pretty aligned to me

#

is that the badge on a server?

full rover
#

Yeah

#

Yeah its just slightly misaligned, on the old_ui, It wasn't misaligned

echo frost
#

I can't tell what's going on when you crop it so much

full rover
#

its just the icon slightly misaligned idk what a larger crop would do

#

but yeah I was able to fix the boost badge atleast by using this:

.childContainer__3e3b0 .boostedGuildIconGem__97677 {
  left: .05px;
  top: 0.4px;
}
radiant stream
#

Could someone tell me the name of this theme that shows the icons on the side?

crimson skiff
radiant stream
#

@crimson skiff

crimson skiff
#

i explicitly mentioned to put this in your quick css, not in online themes

radiant stream
#

bug

crimson skiff
#

skill issue

#

restart discord? or put it in your quick css

radiant stream
#

Where is the fast css located?

radiant stream
crimson skiff
crimson skiff
karmic mica
radiant stream
#

f

#

@crimson skiff Do you use better discord or vencord?

crimson skiff
#

vencord

radiant stream
crimson skiff
radiant stream
#

bug

#

f themes

crimson skiff
radiant stream
#

It worked now

crimson skiff
#

yeah thats why

radiant stream
burnt sky
#

@radiant stream give these icons a try also make sure you have the theme attributes plugin enabled just incase

@import URL('https://mudaranrhiod.github.io/VencordThemes/solar.css');
@import URL('https://mudaranrhiod.github.io/VencordThemes/solarmoreicons.css');
spring pewter
pure cairn
#

ctrl + shift + i

spring pewter
#

theres too much how do i find stuff for server list

crimson skiff
#

element picker

spring pewter
pure cairn
#

Top left icon on devtools

#

It allows you to pick an element, hence the name "element picker"

spring pewter
#

wharra do w this now

pure cairn
#

But server list should be [class^=guilds_]

onyx mesa
#

anyone know why the new gradient role colors are not animated for me

#

disabled all plugins and css and it's still broken

chilly knoll
onyx mesa
chilly knoll
#

Oh

pure cairn
#

Attribute selector is slower but doesn't break

#

Unless they completely change class names

chilly knoll
onyx mesa
#

oh, the gradient animations don't work if you have hardware acceleration off

#

odd

pure cairn
#

I don't know

#

It's just a theory

onyx mesa
#

ok nvm, the experiments plugin breaks the animation of the roles in chat

#

at least i think so cuz i have no experiments enabled and disabling it fixes it

echo frost
lavish forge
#

hey does anyone here know how to get pywal on vencord?

heavy sluice
#

pywal is dead but matugen is a really good replacement and it already has a template for the (old) midnight theme you can copy and edit

crimson skiff
crimson skiff
heavy sluice
#

it's peak

radiant stream
#

Does anyone know if there is a css that adds discord badges to the profile or a plugin that works?

pure cairn
#

used to have one

#

very laggy and very outdated

echo frost
crimson skiff
stoic fjord
#

how do i move this upto here?

#

and also make it thinner

onyx mesa
stoic fjord
#

by who tho

onyx mesa
#

this one i think

stoic fjord
#

thx

fathom forum
#

How to increase the size of server icons?

radiant stream
fathom forum
#

omg

devout tangle
#

guys uhhh i have zero idea on how to make a custom theme can someone walk me thruogh the basic steps?

#

like mainly if it's possible to put a custom image lmao

#

(im not too familiar with code)

tidal heron
#

multiple in fact

#

cyan and clear vision r the ones that come to mind which can be found on the better discord site

devout tangle
#

interesting

#

i'll look into it thank yous!!

tidal heron
#

np

limpid mirage
#

I'm using this to collapse the message buttons all underneath the last one, unless hovered.
However, I don't want the apps button to be in the list at all, so for the longest time I was doing [class^=channelAppLauncher_] {display: none} and it stopped working recently, and I cannot for the life of me figure out a solution to hide the apps button - effectively replacing it with the emoji button as the rightmost child so this collapse menu still works. Anyone got any tips? I can provide more info if needed

/* Collapse Message Buttons */
[class*=chat_] [class*=textArea_] {
    margin-right: 40px;
    + [class*=buttons_] {
        position: absolute;
        right: 0;
        background-color: hsl(var(--primary-560-hsl));
        border-radius: 0;
        &:not(:hover)>:not(:last-child) {
            display: none;
        }
    }
}
#

before hovering and after hovering as it is now for reference

halcyon crypt
limpid mirage
#

that gets rid of the whole thing completely, I still want to have the emoji button take its place for expanding buttons on hover

onyx mesa
#
&:not(:hover)>:not(:last-child) {

gotta replace this part to select the emoji button instead

limpid mirage
#

in hindsight that was obvious, replaced :last-child with :nth-last-child(2)

#

I like the fade + translate transition on that one, neat

onyx mesa
#

yeah i only have the tree buttons but i am pretty sure it should work with all the buttons that plugins add and etc

limpid mirage
#

as long as they aren't added to the left instead of the right yeah

#

otherwise I could probably change it to grab the emoji button specifically rather than the second to last

onyx mesa
#

the app button is the only one that appears after the emoji button for some reason

pure cairn
#

finally done with fixing this "small" snippet

onyx mesa
#

that guy looks familiar

pure cairn
#

I might post it tomorrow on the snippet channel, gotta upload it on github first cuz it's genuinely too long to be a simple message

onyx mesa
#

it looks cool

pure cairn
#

I thought the same, but I ended up aligning it at the top so it would fit longer names better

burnt lake
#

what to do to add a black bar and spacing to the stream bar on the dm because I don't want it to be transparent !

  • i use remove the top bar !
@import url(‘https://raw.githubusercontent.com/surgedevs/visual-refresh-compact-title-bar/refs/heads/main/desktop.css’);
onyx mesa
#

discord changed the border var for some reason, the old var still exists but they added a new one

#

and i can't change the color of it using root for some reason

tidal heron
pure cairn
#

thanks

#

there are a few extensions that I might take the time to fix but it'll take a while

echo frost
#

well a modified version

#

dev://experiment/2025-04_user_profile_modal_v2

#

oh wait no

#

that one still has connectiosn and stuff on the left

echo frost
rough pond
#

im just trying to make some simple color edits to change the default look of discord, but for some reason the variables just arent working. does anyone know how i can do this? i had it working in an old version of quick css but i reset my vencord and lost it 😭

clear siren
#

try :root, .theme-dark {}

#

I also found some vars won't work with just root even with important

#

but adding .theme-dark worked

copper flame
#

the main palette is applied with .visual-refresh.theme-dark on root then there's further down .theme-dark classes which have the palette reapplied

clear siren
#

and the specificity in that case is definitely higher

#

or am I being stupid

copper flame
#

the var is being overridden

#

so the !important gets exploded

clear siren
#

my understanding is that no matter what rules and how many you have, !importants should always override those without it

#

I do get why chaining :roots fails, class is higher specificity than any amount of type selectors like :root which is just html

#

but I don't understand how non-important overrides important even if more specific

#

probably something to do with the cascading of the stylesheets

copper flame
#

yop

clear siren
#

yeah that's it, quickcss is a style block that loses to author stylesheet actually no that still doesn't make sense

echo frost
copper flame
echo frost
#

the selectors don't have root

#

so the variable is defined at lower .visual-refresh.theme-dark too

copper flame
#

.visual-refresh.theme-dark {} has higher specificity than :root {}

echo frost
#

oh i see what i was thinking

#

there's below elements that are .theme-darker, but they're not .visual-refresh.theme-darker

copper flame
#

yes

tranquil whale
#

anyone wanna help me on theme development pls dm me

#

Im searching for help as my css knowledge is basic

#

and Im working on a complex theme

pure cairn
#

Why not asking here?

tranquil whale
#

its very complex

#

its flashcord

pure cairn
#

Elaborate on that

plain kelp
#

You should just say it straight, "anyone wanna write a theme for me"

pure cairn
tranquil whale
#

its already writen kinda

#

well I did not originaly write it im just currently in charge of it

#

Imagane someone like me fixing it by myself

#

😭

#

its messed up and i need help

pure cairn
tranquil whale
#

that was before the desktop visual refresh

#

now its just this

#

and a lot more

#

in fine detail

spare mural
#

why not just try to fix it yourself and learn css with it

#

also why put desktop refresh compatible into the subtitle when its not desktop refresh compatible

tranquil whale
#

its complex and Ive got a lot of strict guidelines to follow

tranquil whale
spare mural
#

😬

tranquil whale
#

I did not create it by the way

spare mural
#

even if its complex

#

or do you think people are born with natural css skills

tranquil whale
#

I am doing it myself

#

Im in charge of it for now

spare mural
#

if you need help with very specific things sure you can come here and ask how but like going into a channel and basically asking "can someone fix this for me please" is very 😬

tranquil whale
#

Ive so far fixed 2 bugs

#

and made a theme module

tranquil whale
#

it could take months to bring back to former glory

#

this is how it once looked

spare mural
#

and some themes take years and people still do it so like again why not do it yourself and come back when you run into specific problems that people can actually help you with instead of locking them into month long adventures ¯_(ツ)_/¯

tranquil whale
#

the problem is I know whats broken

#

like fcm background mode just I dont know how to fix it

pure cairn
#

Reminds me of my early days on this channel

#

Getting spoonfed and roasted by h at the same time

chilly knoll
chilly knoll
chilly knoll
#

Im antiai slop

pure cairn
#

I've already seen people using it anyway and failing to understand why it doesn't work

chilly knoll
pure cairn
#

Oh gee, I really wonder

chilly knoll
#

Ive found it useful for getting a clearer set of instructions bcuz i didnt understand the original

pure cairn
#

Nah, I'd rather mess around with it

#

(I'm also genuinely scared of posting the popouts snippet because the code is a bit messy)

#

code a bit messy
looks inside
shit ton of nesting
wires

chilly knoll
#

Can always make it look nicer at a later time

pure cairn
#

Oh I won't

#

It's perfect this way

chilly knoll
#

Post it then idk

brazen quartz
pure cairn
burnt sky
pure cairn
#

soon™️

#

I just found some bugs in the big popouts, let me squash all of them first

#

glad you like it

burnt sky
#

yeah definitely, feels like if discord was actually good at design would make that

pure cairn
#

aight, that should be everything

pure cairn
#

I mean, your question is self explanatory

#

you use a snippet to remove the top bar and then complain because there is no top bar

glacial barn
#

hey, is there a variable to get the channels area's with ? (because you can change it's width, theming the titlebar to "follow" it is annoying)
-# a bit like custom-guild-list-width

echo frost
#

not that hard to find

glacial barn
#

thanks a lot

echo frost
#

it's defined in body

glacial barn
glacial barn
#

oo ok yea

#

since I'm here is there one to know if betterfolder's sidebar is oppened?

gilded radish
#

anyone got a class to remove that stupid thing from the chat bar?

pure cairn
#

The /~.root: ?

gilded radish
#

no, stupid thing on the right

burnt sky
gilded radish
#

yup found it

#

didn't find the thing the first time

burnt sky
gilded radish
#

oh yeah I didn't notice it until now

burnt sky
gilded radish
#

I'm just using one of the nitro colors (free nitro whatever)

gilded radish
#

I use another theme with millenium

burnt sky
#

simple dark i use fluenty

gilded radish
#

that's the paid one right

burnt sky
#

yep

gilded radish
#

yea lmao I'm not paying money on a steam theme

burnt sky
#

fyi the whole reason why millennium is still running is because of fluenty
1800 dollars a year in server bills to keep millennium afloat

#

just because something is open source doesn't mean its free to run espically at the level that millennium is doing

#

also plus once you pay for fluenty once you own it for ever for the copy you download you do not lose access

burnt lake
burnt sky
#

@pure cairn but yeah im loving the revamp, had to find a new banner to make it look decent

pure cairn
#

glad you like it

#

nvhhr also asked me about the small popouts, I'm going to work on them soon enough

burnt sky
pure cairn
#

I would like to restore the old inline status if I manage to

#

will see how that goes

burnt lake
#

@pure cairn do you know if the support has a vacation?

pure cairn
#

wut?

burnt lake
#

is support alive?

pure cairn
#

what support

burnt lake
#

checking mailbox

pure cairn
#

I had to wait for 2-3 weeks for my first snippet to get permission to post it

#

best of luck

#

it all depends if the people have free time to review the snippet

burnt lake
burnt sky
#

is it just to check the quality of the snippet and make sure its just not a bunch of junk or stolen

pure cairn
#

it's literally in the message you just replied to

#

2-3 weeks

burnt lake
pure cairn
#

make sure your snippet doesn't contain * selectors that are too generic

#

or :has, also too generic

#

they slow the client down by quite a lot

burnt lake
#

refer to classes where there are only one existing

pure cairn
#

are you using a translator?

#

because I genuinely did not understand what you just said

burnt sky
pure cairn
#

lmao

#

most likely a too broad :has

burnt lake
pure cairn
#

in the popouts revamp there are a few :has selectors, but they're all very specific

burnt sky
#

yeah lucky someone else in this channel had a quick replacement for it

/* Hide nameplates */
.dm__972a0>div>[style^="background: linear-gradient(90deg"],
.nameplated__91a9d>[style] {
  display: none;
}```
pure cairn
burnt sky
#

the only small slow thing now is the serverlist that has a slight delay when hovering over each server

pure cairn
#

but like, this is one of the selectors

&:has(> .header__39ec2 > .headerText__39ec2 > .platformIcon__39ec2[style="mask-image: url(\"/assets/f6833ce4dd20c1fb.svg\");"])
pure cairn
#

whar

tidal heron
#

:has just makes shit lag

#

idk why personally

plain kelp
#

Because it has to check a shitload of extra stuff

#

:has with only > selectors shouldn't lag that much, but space/nothing operators are slow af

#

Since it needs to check every single node in the whole subtree

clear siren
#

it used to not lag so bad tho I can't understand what discord did

#

discord just doesn't want us to have nice things venniesad

pure cairn
#

we got our hands on too much power so they had to nerf us

clear siren
#

really took the fun out of ricing for me

pure cairn
#

well, I use it way less now

pure cairn
clear siren
#

yeah

pure cairn
#

which tbh I don't even know if it's a good selector

#

I feel like that mask-image might be too little specific or something

#

idk, I still don't really understand how much performances are affected by selectors

pure cairn
#

Wanna laugh? That's just to make Spotify activities the first ones in the profile list

#

So I'm checking for the little spotify icon next to the activity name

tidal heron
#

r discord tryna add something to the chat bar and its just fkd mine?

tidal heron
#

activity button...

proud token
#

Very belated, but thanks; got a PR that changed it

#

Sorry, I've been so inactive the last 6 months x)

scenic temple
#

is there a css that makes the icons on the right go into their own bar?

echo frost
#

like have a bar below the chat with those icons?

scenic temple
echo frost
#

possibly. there was a (removed) experiment that had that, and I think someone recreated it

scenic temple
#

tried that, what would I type in lol

echo frost
#

I also made a sort of similar snippet that collapses all but the rightmost button until you hover over that button

echo frost
echo frost
#

thanks

echo frost
echo frost
#

it was sent way longer ago than I thought

scenic temple
echo frost
#

thanks

#

I also made one for chat actions

scenic temple
echo frost
#

thanks

#

probably my best snippets

tranquil whale
#

anyone know how to make the settings tab background translucent

tranquil whale
#

doesnt work

tranquil whale
grand surge
#

I’m looking to help the first 10 people interested on how to  start earning $100k or more within a week, but you will reimburse me 10% of your profits when you receive it. Note: only interested people should send a friend request or send me a dm! ask me (HOW) via Telegram username @TheRealHugo_Larsson1

Or The Telegram Link in my bio

plain kelp
#

That flavor of spambot isn't very common here

torn templeBOT
pure cairn
#

To do later

  • add roles & connections headers
  • check for regular profiles shenanigans
  • check for other shenanigans
burnt sky
pure cairn
#

Still work in progress

#

But it's already at a good stage

burnt sky
#

unless yours is different

pure cairn
#

Mine is different

burnt sky
#

cause i found something interesting with it

pure cairn
#

I just set a fixed background

#

So I don't have to manage #000000 tags

burnt sky
#

with profile descrption first photo

and without profile description second photo

#

the role dots get misaligned if theres no profile desc lol

pure cairn
#

Huh

#

Is that with my theme?

burnt sky
#

no

#

its with the theme i put together

pure cairn
burnt sky
#

weird though

pure cairn
#

Don't scare me like that

#

I thought I had messed up badly

burnt sky
#

but if you have a better version of that i wouldn't mind changing to it

#

the one i have makes your names look like this based on role color

#

heres the css im using

/* Colored Role Pills */
.role_dfa8b6.pill_dfa8b6 {
    position: relative;
    background: none;
    border: none;
    padding-left: 28px;
}

.role_dfa8b6.pill_dfa8b6 > span {
    z-index: 1;
}

.role_dfa8b6.pill_dfa8b6 .roleRemoveButton_dfa8b6 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 !important;
}

.role_dfa8b6.pill_dfa8b6 .roleCircle__4f569 {
    margin: 6px 8px;
}

.role_dfa8b6.pill_dfa8b6 .roleCircle__4f569::before {
    content: '';
    display: block;
    position: absolute;
    background-color: inherit;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: var(--radius-xs);
    filter: brightness(1.1);
    opacity: 0.25;
}```
pure cairn
#

I see 2 position: absolute

#

That's gonna break something

burnt sky
#

i got this from css snippets some where

#

if you have a better version ill probably just swap to that

pure cairn
#

You basically want something that turns the role item into the same color as the pill, right?

burnt sky
#

yeah

pure cairn
#

I'll see what I can do about it once I'm done with the smaller popouts snippet

tired oxide
#

how do i get rounded corner windows on discord with vencord?

pure cairn
#

Maybe I'll add it as an extra

pure cairn
tired oxide
pure cairn
#

What, no

#

Put it in your quickcss

#

But then again, I'm not sure it'll work

#

And I can't check because there's a thunderstorm going on and I don't want to risk my pc

tired oxide
burnt sky
tired oxide
pure cairn
#

Settings -> Vencord -> QuickCSS

tired oxide
#

yeah it doesnt work.

pure cairn
#

Can you send what you have in your quickcss? Even just a screenshot is fine if it's not a lot of things

pure cairn
#

But looks good

tired oxide
#

do you know some quick css to adjust traparency?

#

i just need the opacity.

#

not blur and all that fancy stuff.

pure cairn
tired oxide
pure cairn
#

There's just a teeny tiny amount of elements

tired oxide
#

i discovered the tranparency thing.

pure cairn
burnt sky
tired oxide
#

but the side bar aint really transparent.

pure cairn
#

Ig discord changed something

burnt sky
#

lol why is my name green in that photo lol

pure cairn
#

IRCcolors plugin I guess

#

You'll have to wait for it to get fixed

#

The alternative being to download the theme file and trying to fix it yourself

burnt sky
pure cairn
#

Yeah it was a good suggestion so I changed it that way

amber haven
#

is there any snippets for hiding chat stuff cuz the one i use makes discord lag

amber haven
burnt sky
chilly knoll
burnt sky
#

yeah

amber haven
chilly knoll
#

Banned

amber haven
#

oh

chilly knoll
burnt sky
#

also lol i cant remember which bit of css does this based on role color

chilly knoll
burnt sky
#

thats what im trying to find i cant remeber im 100% sure i labled it

chilly knoll
amber haven
#

element inspect my beloved

#

use it

chilly knoll
#

True

pure cairn
chilly knoll
amber haven
pure cairn
burnt sky
#

oh found it

#

it was in the dam main file lol

pure cairn
#

Did you guys wake up more quirky than usual today?

burnt sky
#
/* Username Bubble */
.username_c19a55,
.base_b88801 .text_b88801 strong,
.name__841c8,
.mention.interactive,
[class^="repliedMessage_"] > .username_c19a55,
.member__5d473 .username_d272d6 {
  filter: brightness(1.2);
  background: color-mix(in srgb, currentColor 20%, transparent);
  border: calc(1px * var(--enable-border)) solid;
  /*font-weight: bold;*/
  margin-right: 4px;
  padding: 0 6px;
  border-radius: 6px;
  display: inline-flex;

  &:hover {
    text-decoration: none;
    background: color-mix(in srgb, currentColor 40%, transparent);
  }
}```
amber haven
amber haven
chilly knoll
#

Ill add it in a bit, do u have it as a file

chilly knoll
burnt sky
amber haven
chilly knoll
pure cairn
#

Just copy and save it yourself?

chilly knoll
#

I dont like adding tons of stuff to quick css it gets so messy lol

pure cairn
#

It's not difficult

burnt sky
#

i can one sec

chilly knoll
#

😭

pure cairn
#

Lmao

chilly knoll
#

I forgot u can do that lol

pure cairn
#

How

chilly knoll
chilly knoll
#

Skill issue ig

pure cairn
#

Smh

amber haven
pure cairn
#

I noticed

chilly knoll
amber haven
#

says you

#

fatty

chilly knoll
burnt sky
chilly knoll
amber haven
# burnt sky <@807170846497570848>

I wonder how it will look like with-
@import url("https://raw.githubusercontent.com/BurningStoneDiscord/DiscordHighlightGradient/refs/heads/main/MentionReplyingFancyGradient.css");

burnt sky
amber haven
#

Not bad

burnt sky
#

had to restart discord it was using fucking 8gb of ram and lagging like crazy

amber haven
#

these nameplates and other useless animations ain't helping as well

chilly knoll
#

What changed

burnt sky
#

before

amber haven
burnt sky
chilly knoll
chilly knoll
burnt sky
#

litterly just a gradiant

chilly knoll
#

i see it now

#

😭😭

#

Looks nice

amber haven
#

all the fats going in ur brain now smh

burnt sky
amber haven
#

maybe it's easier to implement it now with the new UI

chilly knoll
#

Rip

chilly knoll
pure cairn
#

Set a linear-gradient in the text background
then use background-clip: text
finally add some animations to the gradient and you should be good to go

burnt sky
# burnt sky im currently trying to recreate this. it was before all the new UI update up unt...

heres the old css that use to work

/* Custom Color Preshyon */
:is(.container_debb33,
    .accountProfileCard__744d8,
    .container__3792d,
    .peopleListItem_dab480,
    .itemCard_b64118,
    .contents_d3ae0d,
    .userProfileInner__8ff35,
    .member_aa4760,
    .memberRowContainer__8a95f,
    .profileCard__1d74b,
    .listRow_d4d6eb,
    .row_e54bc9,
    .row__807ed,
    .memberRow_d581f4,
    .emojiRow_db53d4,
    .wrapper_d9a30a,
    .auditLog__9228d,
    .item__287de,
    .bannedUser_f75842,
    .inviteSettingsInviteRow__130c9):has([src*="avatars/221097896328691712"], [style*="avatars/221097896328691712"]) :is(.title__4a7a9,
                                                                                                                         .userTag__28f9c,
                                                                                                                         .name_f842e4 .overflow__993fa,
                                                                                                                         .username__267df,
                                                                                                                         .header__3cd76 .text-md-semibold__8664f,
                                                                                                                         .username__0b0e7,
                                                                                                                         .nickname_db3773,
                                                                                                                         .container__9f51c .text-lg-semibold__9539a,
                                                                                                                         .username_d272d6,
                                                                                                                         .username__0bc64,
                                                                                                                         .listName__2198c,
                                                                                                                         .name__3689e,
                                                                                                                         .emojiRowText__46159,
                                                                                                                         .uploaderName__50faa,
                                                                                                                         .user__868a6 .text-xs-normal__46d75,
                                                                                                                         .userHook__0708a .text-md-normal__6e567,
                                                                                                                         .itemLabel_d89e4d .text-sm-normal__95a78,
                                                                                                                         .username_df97c3,
                                                                                                                         .username__5beb0,
                                                                                                                         .username__4a6f7) {
    font-weight: 700;
    text-decoration-color: #e31632;
    color: transparent !important;
    background: linear-gradient(90deg,#d1692c,#8c18eb 34%,#d1692c 67%,#8c18eb);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: progressPulse_a2c1e3 2s linear infinite;
}```
pure cairn
#

Remove some unnecessary tabs

amber haven
burnt sky
#

i cna get the color to work but not animated

pure cairn
#

Did you set the keyframes for the animation?

burnt sky
#

not sure how the new way works as in the old snippet im using animation progressPulse

pure cairn
#

One thing I remember is that the animation name goes at the end

burnt sky
#

and also all the classnames needs to be updated

pure cairn
#

So animation: 2s linear infinite progressPulse_a2c1e3

#

If that animation still exists, that is

#

Because if it doesn't then ofc it's not working

#

Do a ctrl + f on devtools and look for the first part, check if it's still there

urban spear
#

How do I put a transparent background on discord with vencord?

burnt lake
pure cairn
clear siren
#

absolutely

pure cairn
#

Alright sweet, let me get a clean copy of the theme so I can transfer the changes

#

Since I swapped the attribute selectors with plain classes on my end

clear siren
#

ah

spare mural
pure cairn
#

how do you actually open a PR?

#

nvm I think I found it

#

had to fork the repo first since I couldn't commit directly to it

spare mural
pure cairn
#

yup, found it thanks

pure cairn
burnt lake
clear siren
pure cairn
#

np!

spare mural
burnt lake
spare mural
#

again, those issues are caused by your other themes
this is what it looks like without conflicts

burnt lake
spare mural
#

hides, is grabbable, everything is fine

pure cairn
#

I forgor
a + b will only apply a style to b, right?

onyx mesa
#

pretty sure, yeah

burnt lake
pure cairn
#

how the hell do I even do this then smh

onyx mesa
#

what are you trying to do

pure cairn
#

definitely not what I just did LMFAO

spare mural
pure cairn
#

that's a large ass dot I made lol

burnt lake
spare mural
#

then try re-installing your discord

burnt lake
#

so can you advise anything?

burnt lake
#

temporarily thank you as if anything will write

burnt sky
onyx mesa
# burnt sky can you toss me that snippet so i can check it out
.role_dfa8b6.pill_dfa8b6 .twoColorGradient_e5de78::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, 
        var(--custom-gradient-color-1), 
        var(--custom-gradient-color-2), 
        var(--custom-gradient-color-1));
    background-size: 50% 100%;
    transition: background-position 0s;
}
.role_dfa8b6.pill_dfa8b6:hover .twoColorGradient_e5de78::before {
    animation: seamlessGradient 5s linear infinite;
}
@keyframes seamlessGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}
#

this is the part for the gradient

pure cairn
#

@burnt sky got it working

burnt sky
pure cairn
burnt sky
#

oh nice

burnt sky
jovial arrow
#

any way to hide the server booster diamond in the sidebar? it cuts off display names now birdsigh

burnt sky
sacred ice
#

can someone help me fix this somehow? ive been trying for so long

burnt lake
#

@spare mural Can you help me with creating the bar and then plugging the elements into it?

onyx mesa
#

where does this gap appear from when the update button is there

burnt sky
#

@pure cairn how's the small popout coming along

burnt sky
onyx mesa
burnt sky
onyx mesa
#

this part

burnt sky
onyx mesa
burnt sky
#

doesn't seem to be changing anything

#

oh nvm

#

i forgot 1 _

pure cairn
#

And if I had, I would've focused on fixing the big ones

onyx mesa
#

but it looks cool

burnt sky
#

neat

burnt sky
#

finally got this snippet working properly with my theme what i was doing before was hella jank and laggy
#🎨-css-snippets message

burnt lake
#

Does anyone have a selector that detects how many people are watching the stream on discord?

echo frost
#

wdym detects how many people

#

that's not how css works

burnt lake
echo frost
#

what new selector

burnt lake
#

because they changed it on April 1

#

with new gui

burnt lake
echo frost
echo frost
#

also isn't it a plugin?

burnt lake
echo frost
#

it's from js

#

well typescript

#

vencord uses ts(x) not js

burnt lake
burnt lake
#

if you're not related to plugins sorry I'm posting on the wrong channel

echo frost
echo frost
burnt lake
echo frost
#

don't delete the messages though since they provide context imo

tranquil whale
#

wtf

#

what custom theme

echo frost
#

dev://experiment/2025-05_client_theme_color_picker

burnt sky
#

need a bit of help how can i get this classname to ignore these buttons
.controlIcon_f1ceac
the button im currently trying to adjust is this one in the 2nd photo
you get that button while screensharing in a DM voice call trying to move it upwards a bit

onyx mesa
#

what are you trying to do exactly

burnt sky
#

that hide chat button i need to move it up by 50px but when i do that with the classname, it makes the buttons in the call look like the first photo

onyx mesa
#

like this?

burnt sky
#

doesn't move it my issue is when trying to click on it when chat is hidden it makes the userpanel expand out

#

thast why im trying to move that button up a bit

#

for some reason that specifc spot causes the userpanel to expand

onyx mesa
#

it's the hide chat button right?

oak plover
#

can you send all of your css

#

i'll take a look at it

burnt sky
burnt sky
oak plover
#

yeah but there's other edits to it i don't know about so i want to take a look at it

onyx mesa
#

these classes should work

burnt sky
oak plover
#

alr one sec

oak plover
#

it seems the sidebar expands out a little further than the actual width of the guild list

#

other than that i don't know what could be causing hover problems

#

i can still hover over this just fine though

burnt sky
oak plover
#

yeah but this doesn't have the bottom margin that was just added

burnt sky
#

hm weird then

#

try hovering over the upload button in the chat

oak plover
onyx mesa
#

you could also just move it to the side, so you wouldn't accidentally hover over the user panel

burnt sky
oak plover
#

it's either that or i'm not having the same problem you're having

burnt sky
#

god damn discord why do you have such a small upload limit

oak plover
#

yeah i just don't have that problem

#

no idea what that's about

burnt sky
#

yeah

onyx mesa
#

could be just css you have that's messing with it

echo frost
#

can you not select it with inspect element?

wicked zenith
#

anyone know how to replicate the hover animation for these buttons? I cant find the css for the animation

copper flame
wicked zenith
#

💔

echo frost
timid dragon
tidal heron
#

how often do discord put betas on test flight

iron smelt
# tidal heron how often do discord put betas on test flight

This isn’t related to this channel. But they do it almost every week sometimes multiple times a week - if you’re talking about trying to get on the beta then that’s next to impossible but it’s up to you if they have any open seats

plain kelp
#

You mean experiments?

tidal heron
tidal heron
onyx mesa
#

was messing around with stuff and got this somehow

#

sadly doesn't work with profile popups, well it does but its kinda wonky

burnt sky
onyx mesa
burnt sky
#

ah

onyx mesa
#

was only doing for the profile popup but doesn't seem to be possible with only css

jovial arrow
#

dmsus this might be completely impossible given how things are set up, but does anyone know if there’s a way to block pluralkit / messages sent with pluralkit? blocking the original user doesn’t hide their disguised messages. i don’t think it’s possible, but i wanted to check!

full rover
crimson skiff
full rover
#

heres css for the old boost icons (took it from some old icon revert css), so credit to whoever made it

/*BoostTier1*/
[d^="M13.05 1.4a1.59 1.59 0 0 0-2.1 0l-4.9 4A3.37 3.37 0 0 0 5 8v8c0 1.07.4 2.06 1.05 2.6l4.9 4c.65.53 1.45.53 2.1 0l4.9-4A3.37 3.37 0 0 0 19 16V8c0-1.07-.4-2.06-1.05-2.6l-4.9-4ZM12 3.12 7.32 6.95C7.25 7.01 7 7.35 7 8v8c0 .65.25 1 .32 1.05L12 20.88l4.68-3.83c.07-.06.32-.4.32-1.05V8c0-.65-.25-1-.32-1.05L12 3.12Z"] {
    d: path("M 12 1.3642 L 5.4546 7.9096 V 16.6369 L 12 23.1823 L 18.5455 16.6369 V 7.9096 L 12 1.3642 Z M 16.3636 15.8078 L 12 20.1714 L 7.6364 15.8078 V 8.826 L 12 4.4623 L 16.3636 8.826 V 15.8078 Z");
}

/*BoostTier2*/
[d^="M10.95 1.4a1.59 1.59 0 0 1 2.1 0l4.9 4A3.37 3.37 0 0 1 19 8v8c0 1.07-.4 2.06-1.05 2.6l-4.9 4c-.65.53-1.45.53-2.1 0l-4.9-4A3.37 3.37 0 0 1 5 16V8c0-1.07.4-2.06 1.05-2.6l4.9-4Z"] {
    d: path("M 9.8182 9.6438 V 14.8147 L 12 16.9965 L 14.1818 14.8147 V 9.6438 L 12.0218 7.462 L 9.8182 9.6438 Z M 12 1.2875 L 5.4546 7.8329 V 16.5602 L 12 23.1057 L 18.5455 16.5602 V 7.8329 L 12 1.2875 Z M 16.3636 15.7311 L 12 20.0947 L 7.6364 15.7311 V 8.7275 L 12 4.3638 L 16.3636 8.7275 V 15.7311 Z");
}

/*BoostTier3*/
[d^="M13.25 1.56c.3.24.23.7-.06.93a3.22 3.22 0 0 0 .9 5.52l1.17.43a.5.5 0 0 1 .3.3l.43 1.16a3.14 3.14 0 0 0 2.51 2.06c.27.04.5.26.5.54V16c0 1.07-.4 2.06-1.05 2.6l-4.9 4c-.65.53-1.45.53-2.1 0l-4.9-4A3.37 3.37 0 0 1 5 16V8c0-1.07.4-2.06 1.05-2.6l4.9-4a1.59 1.59 0 0 1 2.1 0l.2.16Z"] {
    d: path("M 12 1.3643 L 5.4546 7.9098 V 16.637 L 12 23.1825 L 18.5455 16.637 V 7.9098 L 12 1.3643 Z M 16.3636 15.8079 L 12 20.1716 L 7.6364 15.8079 V 8.8261 L 12 4.4625 L 16.3636 8.8261 V 15.8079 Z M 13.6582 9.1969 L 12 7.5387 L 9.8182 9.7206 V 13.0369 L 13.6582 9.1969 Z M 10.4292 15.5243 L 12.0001 17.0952 L 14.1819 14.9134 V 11.7716 L 10.4292 15.5243 Z");
}
wicked zenith
#

im trying to replicate it so i can put it on custom icons added to the chatbar

echo frost
echo frost
wicked zenith
#

the little rocking of the gif and sticker button

#

i want to add it to the button the timestamp plugin adds

echo frost
wicked zenith
#

yep

#

i was hoping i could just copy the css and put it on the timestamp button too, but the animations are done with js

echo frost
#

try using :hover, transition rotate() and transition

#

probably wouldn't be able to get the exact same anim with css

#

it probably wouldn't be that hard to modify the plugin instead of doing it with css

wicked zenith
#

thats what i was thinking of trying

#

probably easier and def more accurate than trying to recreate it

onyx mesa
remote willow
#

trying to use a custom font and hosting the font files on github, but github seems to be blocking access to it?

@font-face {
    font-family: 'Splatoon1';
    src: url('https://github.com/Splatube/filestore/blob/850e7da97e23c251ecf3a6ffa1192a9472b4cda5/Splatfont.eot');
    src: url('https://github.com/Splatube/filestore/blob/850e7da97e23c251ecf3a6ffa1192a9472b4cda5/Splatfont.eot?#iefix') format('embedded-opentype'),
        url('https://github.com/Splatube/filestore/blob/850e7da97e23c251ecf3a6ffa1192a9472b4cda5/Splatfont.woff2') format('woff2'),
        url('https://github.com/Splatube/filestore/blob/850e7da97e23c251ecf3a6ffa1192a9472b4cda5/Splatfont.woff') format('woff'),
        url('https://github.com/Splatube/filestore/blob/850e7da97e23c251ecf3a6ffa1192a9472b4cda5/Splatfont.ttf') format('truetype'),
        url('https://github.com/Splatube/filestore/blob/850e7da97e23c251ecf3a6ffa1192a9472b4cda5/Splatfont.svg#Splatfont') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
crimson skiff
#

@remote willow you have to use the raw file's link, the link you are using doesnt work + host it on github.io because github can block too many requests

remote willow
#

oh alright (had the same issue using the raw file too so i tried the links to the repo as a last resort)

crimson skiff
plain kelp
#

Too many ai crawlers that aren't their own

crimson skiff
#

what was the ai issue creator though

plain kelp
#

Yet another ai slop shitpost

kindred forge
#

Hi. Is there a way to make the scroll bar disappear when I'm not scrolling?

crimson skiff
#

does it not already do that husk

tidal heron
#

does using import links instead of just css make themes less laggy?

plain kelp
#

No

tidal heron
tidal heron
plain kelp
#

Lag is caused by slow selectors

tidal heron
#

:has for example

plain kelp
#

Such as attributes, or yes, :has

tidal heron
#

i have a total of 9 ":has" in my code

#

thats just from the css that i have in my file tho i have no idea about the imports

pure cairn
#

9 :has() is a lot

#

I noticed the difference between 4 and 2 :has() selectors in my popouts snippet

#

2 is noticeably better

tidal heron
#

if i knew how to trim it down then i would

pure cairn
#

Depends on what they are checking for

plain kelp
#

I have never used a :has

#

Useful for css crimes, not so much for styling

tidal heron
#
/* Hide Member List Activities */
[class*='membersGroup']:has([role=button]),                     
[class*='member'] [class*='container']:has([class*='badges'])

/* Expandable Userpanel */
.panels_c48ade {
 height: 58px;
 width: 58px!important;
 display: flex!important;
 flex-direction: column;
 transition: width 0.6s;
  z-index: 50000;
  pointer-events: all;
  border: 1px solid var(--border-subtle)!important;
 &:has(.container_e131a9) {
  background-color: var(--notice-background-positive);
  border: 1px solid var(--border-normal);
 }
}

/* Pinned Page Switcher */
[class^=searchResultsWrap_] [class^=container_]:has([class^=pageControlContainer_]){
  position: sticky;
  bottom: 0px;
  z-index: 999;
  background: var(--bg-overlay-1, var(--background-secondary));
}

/* Swap Clan Tag and Role Icons */
[class^="headerText"] {
    display: inline-flex;
    & > span:has([class^="roleicon"]){
        order: 2;
    }
    & > span:has([class^="chipletContainerInner"]){
        order: 3;
    }
    & > span[style="display: none;"]{
        order: 4;
    }
    & > .vc-message-decorations-wrapper {
        order: 5;
    }
    & > span:has(> [class^="newMemberBadge"]){
        order: 6;
    }
    & > span:is([class^="botTag"]){
        order: 7;
    }
}```
pure cairn
#

Funnily enough I use them as :not(:has()) selectors more often than regular ones

tidal heron
#

thats all of my :has()

#

but i only sent part of the userpanel snippet

plain kelp
#

Depending on how smart the css engine is (it's probably smarter than that) that could be evaluating three :has for every span on the page

tidal heron
#

gotta dumb it down for me

#

@lament yoke did put a PR to optimise it but he also reorganised half the file which i personally didnt like and he also removed some stuff that was crucial

pure cairn
tidal heron
#

probably could but idk what selectors since im not a coder

#

(ironic since i do software engineering)

plain kelp
#

There's an easy solution to missing knowledge

pure cairn
#

whatever comes before the {

#

is a selector

#

it can be a class (.panels_c48ade), an id (#header), an element (svg/div/span) or an attribute selector ([class^=panels_] /[src*="partial url"]/[style="background-color: red"])

#

and probably some more things that I forgot about, but these are the main ones

plain kelp
#

Combinators and pseudoclasses too

#

But yeah those are the main ones

pure cairn
echo frost
#

whoa you can use noise in svgs
data:image/svg+xml,<svg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'> <filter id='noiseFilter'> <feTurbulence type='fractalNoise' baseFrequency='0.02' numOctaves='10'/> </filter> <rect width='100%' height='100%' filter='url(%23noiseFilter)'/> </svg>

#

pretty

echo frost
#

I kind of want to recrease the windows 11 grainy acrylic effect
(or whatever the name for this effect is)

burnt sky
echo frost
#

oh yeah that seems to be what it's called

#

wait wtf why is oklab(0.26249 0.00883956 -0.012114 / 0.5) on a oklab(0.26249 0.00883956 -0.012114) background not the same color

oak plover
#

0.5 is the alpha value

#

The one color is semi transparent

echo frost
#

yes

oak plover
#

There might be some other thing behind it

echo frost
#

there's not

oak plover
#

Hm

echo frost
#

alpha of 0 is fine

#

alpha of 52 is fine

#

alpha of 100 is fine (obviously)

oak plover
#

And there’s no filters or anything right

echo frost
#

correct

#

best guess is somehow my monitor rounds it incorrectly somehow

oak plover
#

Not sure what else it could be

echo frost
#

yeah

oak plover
#

What do you need the bg for anyway

clear siren
#

I've also had weird things like that where same color but with alpha gets somehow rounded to a different color

#

most notably when you make a box-shadow that's the same color as the bg, it creates a visible halo

echo frost
#

pretty sure it would just be called acrylic and grainy or something

echo frost
#

does look cool except for the right end

#

having to use before for this though

#

kinda wanted to achieve it with just the background and weird svg filter stuff

#

but i dont know how to use weird svg filter stuff

echo frost
echo frost
#

oh if anyone's curious, there's a grain image, and then a radial gradient at your mouse

echo frost
#

?

crimson skiff
#
echo frost
#

I meant recreate that effect with css

crimson skiff
#

oh

#

for that, just have the background set to slightly opaque then backdrop filter blur

echo frost
#

i was mostly talking about the grain effect

crimson skiff
#

is it not just a blur?

echo frost
#

no there's some grain/noise

clear siren
#

I just don't know why you want to do it with an svg filter, and not just a bg image

echo frost
#

fun!

echo frost
#

the image from there

smoky belfry
#

is this expensive CSS ?

[class^=markup] > small:last-of-type { display: unset; }
plain kelp
#

Nah that's cheap

smoky belfry
#

great

plain kelp
#

small is a very uncommon element so there won't be many matches to begin with

smoky belfry
#

my discord CSS has a new fix for discord being dum then

plain kelp
#

:last-of-type is more expensive than :last-child, but still pretty cheap

smoky belfry
#

sadly i need last type and not last child

plain kelp
#

And then it does do a string prefix test, but only on a single element

smoky belfry
#

-# it fixes this

#

-# without causing issues when this
-# is a thing

#

it's why i need the last of type and not child

plain kelp
#

You mean the (edited) being on a separate line, since the -# is a block element?

smoky belfry
#

yeah

#

wait

#

-# i didn't try
this trigger edit

#

F

plain kelp
#

small:has(+ .timestamp_c19a55)?

smoky belfry
#

yeah

#

tho has

#

now i'm on a new quest i guess
how will i be able to write this without the has curse

plain kelp
#

:has with a single-element combinator (> or +) isn't a big deal

smoky belfry
#

is it really

plain kelp
#

~ isn't that bad either

smoky belfry
#

currently i've been avoiding has like the black plague

plain kelp
#

The problem with :has(foo) is that it checks the entire subtree, which can be arbitrarily large

#

:has(+ foo) only checks a single sibling node

smoky belfry
#

so

#

since i've been always writing has with > ~ and + in it, it's always been fine for me ?

#

you do not imagine the crazy things i've written to avoid has

plain kelp
#

foo:has(~ bar) shouldn't be much slower than foo ~ bar

smoky belfry
#

my entire universe is breaking down and rebuilding as this exact moment

plain kelp
#

The parent and ancestor combinators are slower inside :has though, since a node has only one parent but any number of children

smoky belfry
#

you do not imagine the consequences of your actions

#

it's done
it's too late for me to come back now

small:has(+ [class^=timestamp]) { display: unset; }
plain kelp
#

Probably still a good idea to include the .markup > part though

smoky belfry
#

eeeeh very unlikely that a timestamp part would appear, but yeah

#

since i'm on my non-optimized dev CSS sheet rn, it looks like this anyway
when i'll export to the optimized one, i'll run tests to see if it's likely to encounter or not to have the least amount of matching to do with just enough to not trigger on false cases
yes i write CSS DOM-like when i dev it and even if it makes discord even more laggy than it already is with the devtools open, it's worth it

crimson skiff
#

are you okay

pure cairn
#

Is it too much?

echo frost
#

so many indents

#

wait wtf why are you nesting them so much unnecessarily

echo frost
crimson skiff
#

i cant wait for them to press shift + alt + f

echo frost
#

all the nesting is worse imo

crimson skiff
#

nesting is fine, i like nesting
but what the fuck is that

echo frost
#

nesting is good

#

when used in moderation

#

there's no point to that nesting though

smoky belfry
crimson skiff
smoky belfry
smoky belfry
echo frost
#

then that's actually kinda useful

#

still don't get the need to put brackets on a new line though

smoky belfry
echo frost
#

also notepad++ is so ugly

crimson skiff
#

you dont need to see crlf, what is the point

echo frost
#

oh you meant commenting out selectors

smoky belfry
#

same reason why my comma is in the front of the line

#

that way i can insert /* at the start and the structure stays valid

echo frost
#

yeah i thought you meant adding notes to selectors but you meant commenting them out

#

i sometimes put commas weird like that for commenting out purposes

smoky belfry
smoky belfry
echo frost
#

i feel like vscode is so much easier to use and nicer looking

smoky belfry
#

🤣

#

try doing regex on a thousand files on VS Code

#

ram go brrr

#

vscode is a great scaffold for an IDE
but it's not a lightweight text editor

echo frost
#

why do you have 1k files

#

in your workspace

smoky belfry
#

mc resource pack stuff

echo frost
#

but most of those files are images in a resource pack?

smoky belfry
#

nah

#

not models
models are json

crimson skiff
#

my total combined texture pack size is 150mb

smoky belfry
#

i sometimes work on the vanilla resources

crimson skiff
#

(bedrock btw)

echo frost
smoky belfry
#

and also do datagen

echo frost
smoky belfry
#

use oxipng, you'll thanks me

crimson skiff
#

ok nvm i think im schizo, i probably removed a few packs, its 56mb now

#

okay back on topic of themes

smoky belfry
#

but basically my point is notepad++ extremely lightweight, doesn't crash because out of ram, fast IO because native and using low-level stuff and not JS, basically all i want for a GUI text editor
notepad++ is just my GUI nano

#

but yeah even if it seems very weird, i actually have good reasons
like when i optimize my CSS, it just looks like it does in my snippets
<#🎨-css-snippets message>

echo frost
#

how do you edit multiple lines at once?

#

the multiline editor in notepad++ doesn't seem to work very well

smoky belfry
crimson skiff
smoky belfry
crimson skiff
#

i use helix btw

echo frost
crimson skiff
smoky belfry
# echo frost 4 space tab size <:husk:1026532993923293184>

i'm not a js soydev, so i don't use 2
i'm not a linux kernel dev, so i don't use 8
4 is a reasonable middleground where it's indented enough so that i don't have to really look to see if i'm misaligned and also you can clearly see when you start nesting way too much

echo frost
#

unless i'm using it completely wrong

smoky belfry
#

just hold alt

echo frost
#

but it only selects in blocks

smoky belfry
#

wdym ?

echo frost
#

you can't do this

#

and you can't move the cursors after making them

smoky belfry
#

use the arrow keys and shift and stuff

echo frost
#

it doesn't work

smoky belfry
#

uh

#

gimme a sec

echo frost
#

it switches to one cursor if i press an arrow key

smoky belfry
#

tbh i don't really see the point of that kind of multi-editing, but let me try

echo frost
#

if i hold alt shift, i move while selecting, but that's still only in blocks

echo frost
#

usually code isn't a perfect rectangle

smoky belfry
#

i think if you want unlocked cursors like that, you gotta enable smth in the config

smoky belfry
#

also i told you, it doesn't have to be a block

echo frost
#

maybe it's a setting i don't have enabled

#

but i can't get it not to bed a rectangle

#

but you can still make a rectangle in vscode

#

and you can select multiple places by holding alt

smoky belfry
#

not a rectangle

#

i just move with arrow keys and holding alt and shift and ctrl idk which one

#

i just hold it

#

if i try to look at it, i can't do it lmao

crimson skiff
#

how i do it in helix, can you do it in notepad++?

smoky belfry
#

it's schrodinger's typing

smoky belfry
#

or a cheap copy of it

crimson skiff
smoky belfry
#

A Kakoune / Neovim inspired editor, written in Rust.

#

no way

#

neovim-rs

crimson skiff
echo frost
#

wait it uses different motions than vim?

smoky belfry
#

ok wait i found it

#

you need to enable it and it's ctrl+clic

crimson skiff
#

keybinds are inspired by kakoune

smoky belfry
#

fr*nch but go look there

#

you need multi edition enabled

#

yes i'm acting like a child... despite being 22

crimson skiff
#

hmm

#

i guess that works for a gui editor

echo frost
#

what kind of resourcepacks do you work on that you're dealing with 1k json files julien?

tidal heron
smoky belfry
#

tbh when i'm coding in C(++), i'm either in nano or in VSC with a shitload of extensions working inside of WSL
and when i'm doing python / java, jetbrains
it's only when i do stuff that don't need IDEs that i use notepad++ like markdown, css, js, html, json etc
tho my js i mostly do it inside of firefox devtools

crimson skiff
smoky belfry
smoky belfry
echo frost
#

in what you do

crimson skiff
smoky belfry
#

wdym ?

#

i know jsonschema but i don't need it in this case ?

crimson skiff
#

there are plugins available for json schema specifically for resource packs json (depending on which edition you are playing)

crimson skiff
smoky belfry
# echo frost in what you do

imagine taking the files for 1.8.9 and converting them to work in modern
with the least amount of patching possible

crimson skiff
smoky belfry
#

true

#

let's do the great migration

echo frost
#

lets make a thread

smoky belfry
#

works too

crimson skiff
#

wait till vee hunts you down