Git Product home page Git Product logo

amoled-cord's Introduction

<3

My Skills

amoled-cord's People

Contributors

eoxlk avatar fedeilleone avatar luckfire avatar saltssaumure avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

amoled-cord's Issues

BEFORE MAKING AN ISSUE

Heya! Before you consider making an issue, please make sure to check this out.

As it stands, I do not plan on maintaining this version of AMOLED-Cord due to the fact I'm currently working on a rewrite for it, which can be found here.

If you have any suggestions, you can either comment on this issue or make an issue on the repo that I listed for the rewrite, whichever on you want. Also, if you have any tips on how I could possibly do some things better, please be sure to let me know!

[BUG] Stage channels not themed

Hi,
I've just realised (is it done by the last Discord update? ๐Ÿค”) that Stage channels are no longer themed.

Expected behavior:

Stage chanells themed into AMOLED-dark colors as expected.

To reproduce:

join any Stage channel in any "mode" (doesn't depend)
screenshot:
image

Debug info:

BetterDiscord version: 1.3.0
image

Hard to view spoilered text.

The spoiler text blends in with the background slightly, making it difficult to see whether or not it's a spoiler or just blank text. Make it so that the color is brighter.
image

Colors

Ban message clear thing color broken

image

Friends Tab Grey

For some reason, the friends tab in Discord is now gray. I think it might have something to do with a recent update or something like that because it wasn't like this a couple days ago.
image

[UNTHEMED]: Scroll bar in chat is not themed

Client Mod

Vesktop

Please provide screenshots of the unthemed areas.

image

Before Submitting

  • I checked for similar reports of this issue.
  • I am on the latest stable Discord version.
  • I am on the latest version of the theme.
  • I have reinstalled the theme.

Stage channel coloring

Firstly, I believe this should be fully black
image
Second, the actual stage view isnt colored
image

[UNTHEMED]: channel and user list backdrops are not themed

Client Mod

BetterDiscord

Please provide screenshots of the unthemed areas.

These were near black previously, but now are too bright.
channel_1
channel_2
user

Before Submitting

  • I checked for similar reports of this issue.
  • I am on the latest stable Discord version.
  • I am on the latest version of the theme.
  • I have reinstalled the theme.

Color

sorry for spamming your issues page, group chat name change
image

[UNTHEMED]: channel bar, dm bar and server user bar background unthemed

Client Mod

Vencord

Please provide screenshots of the unthemed areas.

channel bar
server user bar
dm bar

before the change 15h ago they were as dark as the surroundings:
channel bar(old theme)
old screenshot taken using this .css

Before Submitting

  • I checked for similar reports of this issue.
  • I am on the latest stable Discord version.
  • I am on the latest version of the theme.
  • I have reinstalled the theme.

Little Modif

Hey,
I would like to know, if its possible to change the color when u are mentionned by someone. This orange piss me off.
Thank u for reading me.
image_2022-08-17_150738534

Purple bar under text input

I'm not sure if it's due to a Discord update, but since a couple days there's a purple bar when focusing the text input.

underline

More Bugs

After the update it broke my custom CSS, how would this be fixed.

/*embed redesign*/
:root{
    --embed-border-radius: 8px;
}
.embed-IeVjo6 {
    border-radius: var(--embed-border-radius);
}
.embed-IeVjo6 code{
    background: var(--background-secondary);
}
:root{
    --embed-line-width: 256px;
}
.embedWrapper-lXpS3L{
}
.embedFull-2tM8-- {

    border-left: calc(4px + var(--embed-line-width)) solid var(--background-accent);
    background: var(--background-secondary);
}
.grid-1nZz7S {
    margin-left: calc( -1 * var(--embed-line-width));
    z-index: 1;
}
.embedFull-2tM8--:after, .embedFull-2tM8--:before{
    content: "";
    height: 100%;
    width: var(--embed-line-width);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--embed-line-width));
}
.embedFull-2tM8--:after{
    background: linear-gradient(to right, transparent, var(--background-secondary));
}
.embedFull-2tM8--:before{
    background: var(--background-secondary);
    opacity: .8;
}

causes this to happen
image

FEEDBACK

It appears there's a decent amount of people that dislike this update and prefer the old version. If you're one of these people, or not (I'll take any feedback from users), could you give me feedback on why you dislike / like the changes? What should be different and / or change?

Color Bugs

I have been having these bugs ever since the new update. How would this be fixed? Is this a me issue or a bug in the theme?
image

discord topbar/serverlist grey?

image
earlier today amoled cord randomly started making these sections of discord grey. i don't know if it's something broken on my side but it looks much worse than it used to and i hope it's fixed

Issue with "Hide Member List" custom CSS

#27 (comment)

I originally made this comment on another issue. Bringing it up again in the event it wasn't resolved.

I don't have any new custom CSS I can use nor do I know why AMOLEDcord breaks the member list with this custom css.

Here is the CSS I have in my Custom CSS for this:

/* Hide member list */
:root {
--hover-animation-speed: 0.35s;
--seperator-color: var(--seperator-color);
}
.membersWrap-3NUR2t {
min-width: unset;
width: 50px;
justify-content: right;
}
.members-3WRCEx {transition: transform var(--hover-animation-speed);}
.membersWrap-3NUR2t:hover .members-3WRCEx {transform: translateX(-190px);}
.membersWrap-3NUR2t .membersGroup-2eiWxl::after {
content: '';
width: 30px;
height: 2px;
border-radius: 50px;
background: unset;
background-color: var(--seperator-color);
position: absolute;
left: -36px;
top: 29px;
margin-left: 0px;
}
.membersWrap-3NUR2t .members-3WRCEx .member-2gU6Ar {
background-color: unset;
margin-left: 0px;
transition: margin-left var(--hover-animation-speed);
}
.membersWrap-3NUR2t:hover .members-3WRCEx .member-2gU6Ar {margin-left: 8px;}
.membersWrap-3NUR2t:hover .membersGroup-2eiWxl {transform: translateX(-6px);}
.membersWrap-3NUR2t .membersGroup-2eiWxl {
cursor: default;
transform: translateX(45px);
transition: transform var(--hover-animation-speed);
overflow: visible;
}

color 2

image
found it while sending out happy new years messages
WELCOME TO 2014

Theme is semi broken

Friends area is the normal gray, and the same is true for the reactions menu and the upload menu

[UNTHEMED]: A ui box is not themed properly

Client Mod

Vencord

Please provide screenshots of the unthemed areas.

image

I believe the light grey line at the botom of the box should be at the top.
I used this custom css to fix that ui element on my client but I have no idea

.container_ca50b9 {
  margin-top: 1px;
  margin-bottom: 0px;
}

Before Submitting

  • I checked for similar reports of this issue.
  • I am on the latest stable Discord version.
  • I am on the latest version of the theme.
  • I have reinstalled the theme.

Settings Icon spacing is not working

download

Settings icons are not spaced properly. After turning off theme, the spacing goes back to normal like so:
image

I tested with theme on and plugins off as well as removing custom css and the spacing is still weird. Unsure if this is an issue on my side or not.

v1 colors

Is there a way to just go back to v1 coloring where it was all black and not this black-gray stuff

members list and viewing multiple images broken

don't remember when it happened but it was pretty recent

colors of people in the members list are lighter than normal
image

this also happens when there's multiple images in a message
image
this doesn't happen when there's one image, only when there's more than one

Option highlighting is hard to see

If you select something like an emote from the suggestions, the highlighted line is hard to see. I also noticed that this depends on what monitor im using. On my main monitor it is "okay" to see, but on my 2nd monitor I can't really see the highlight at all.

I found out that it uses the "--background-primary" color variable, so I can't change that easily on my side without having the rest of the theme look bad.

An example GIF while cycling through some suggested emotes:
image

Would it be possible to make this a bit lighter, please?

Thanks in advance and good job on this awesome theme ๐Ÿ˜Ž

Colors again

image
search highlight isnt themed
image
maybe make this all the same color? it kinda seems out of place with the black middle

Light mode support

Describe the Issue

I usually use light mode and when I first put the theme on some parts of the menu were a bit weird. The themes coming soon picture still used a white background, and I couldn't see some options in the Appearance tab. Switching to dark mode fixes everything so it isn't just me/my current snippets.

How to Reproduce

Turn on light mode in appearances and then turn on the theme
You might need to disable other themes

Remove userbg support

With the new header userbg breaks it completely and its not removable from the BD plugin from my knowledge
Discord_CLcHh32HC5
everything gets moved downwards and you cant fix it

Vencord keeps crashing

when I go to the servers I have moderation powers on, after applying this theme, it crashes my discord. any reason for this and fixes?

Is it possible to remove the out of date?

Hi,

Sorry if this isn't the correct way but wondering if I can stick with the older version of AMOLED-cord without getting the popup to update?

The two shades of black is slightly annoying for me and much preferred the older one over the new one.

AMOLED filling issue

Due to Discord's recent update, some components of Discord are not fully coated in AMOLED most notably the server list. Disabling and re-enabling fixes most of the coating issues, however not all.

[UNTHEMED]: Sub enabled servers is not themed

Client Mod

Vencord

Please provide screenshots of the unthemed areas.

I believe the image is self-explanatory.

I'm not sure if this happens on the regular Discord client version, but it happens on Discord Canary + Vencord.

So perhaps if most people don't encounter this at this time, there's a chance in the future they might?! ๐Ÿค”

Before Submitting

  • I checked for similar reports of this issue.
  • I am on the latest stable Discord version.
  • I am on the latest version of the theme.
  • I have reinstalled the theme.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.