Giter Site home page Giter Site logo

darkmatter's People

Contributors

dav1312 avatar gibbu avatar mwittrien avatar sitiom avatar tropix126 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  avatar

darkmatter's Issues

AutoComplete window

I've been a fan of your discord discord styles, but noticed that for most of the skins the autocomplete window for emotes is missing. Would be amazing if that could get added.

Image for reference.
image

Transparent background not working macOS

I just installed the plugin and I noticed that the background is just black, instead of transparent as shown in the README.md picture.

Do I have to enable/change anything in the settings?

Wall paper issue

Theme is only showing black and no wall paper probably a when discord was updated

sidebar breaks when using spotifyControls

when using the spotifyControls plugin the CSS here breaks:
Image
however if you change this CSS in the F12 menu:
Image2
It's fixed!
image3

the reason I'm not submitting this as a PR is because I can't find the display: flex; in the CSS file, however clicking the <style> bit in this img:
Image2
takes me to the DarkMatter CSS source.

Transparency not working

The theme is not transparent as in the README.md even though I've gone into Better Discord settings and enabled transparency

Friend list

The friend list looks like normal discord, not the theme.

Some bugs I have found while using the theme

disclaimer: I know little to none about CSS, I just tried tinkering with the skin file and reading related documentation online so pardon me in advance

  • a bug I can't figure to fix myself is when I go full screen in a voice channel and this code adds a 72px gap on the side of my screen which shows my wallpaper
nav+div [class^='sidebar-'],
nav+div[class^='base-'] {
	max-width: calc(100% - 72px);
}
  • scrollbars appear in context menus and the pasted message screen which adds unnecessary padding
    tried fixing it with this
::-webkit-scrollbar {
	width: 8px !important;
}

::-webkit-scrollbar-track {
	visibility: hidden !important;
}
  • pasted message screen has no text box background
    tried fixing it with this
.theme-dark,
.theme-light {
	/* Discord vars */
    --channeltextarea-background: rgba(0, 0, 0, 0.3);
}
  • background in the base.css is spelled as backgorund
div[id^="members-"] [class*="placeholder"] {
	--backgorund-primary: var(--text-normal);
}
  • buttons that appear on message hover is transparent; the red new messages line can be seen through
    tried fixing it with this
div[id^="chat-messages-"] {
	--background-primary: rgba(var(--black), 1);
}

oh, and window controls on macOS isn't affected by background dimming

Long message bug

Hay!

I've found a bug when the message is a litte bit bigger.

image

Broken on the New Discord update

Really need a refresh for this theme as it's been getting more and more broken the latest update has completely killed the background image

Background not working

discord
Im on vencord and its not showing the background everything else seems to load i even activated transperency in the settings.

Threads List is unreadable

image
As seen from the screenshot above, after recent discord update, the thread list is unreadable. It's not that it's urgent as I rarely used thread. Anyway, just a heads up. Cheers.

Image not showing

I think the background color is covering the image instead of being semi-translucent
image_2022-05-19_130852077

Black Font on Black Background

Love the theme overall, but did notice 2 places where the font color is nearly identical to the background color and is difficult to read. These two places are when you right click, the options are black text. The second location is when you open the inbox, the font on everything in the inbox dropdown are also all black on a dark greay background and very difficult to read. Should be an easy fix so hopefully these can be adjusted. Thanks!

Side Server List

Can you increase the size of server icons on the left side, please?
image
They are too small.

Hide Channels Plugin Compatibility?

Just added this theme, but noticed that it is currently incompatible with the Hide Channels plugin near the account/status area in the bottom corner.

I have a few themes that I switch around to every now and then that all support this mod so I never really noticed this before. I was wondering if you'd eventually be able to make them compatible? - I love the look of this theme and would like to add it into the rotation.

This is what it looks like when the channel list is hidden.
image

The message bar and icons just need to be resized I think, or even just hiding all the icons and username when the channel list is hidden so that just the round avatar is in the corner would make it look super clean. Then unhiding the channel list would reshow all the icons and stuff again. s

Theme cuts off users on right side.

image

In the screenshot provided, the user list on the right hand side of the screen have been cut off halfway. I'm not sure if this is a bug issue, or a me issue, but thought I'd share. I have my discord on a second display which is set to a 1920x1080 resolution.

Edit: I will state that it's only in the forums that this appears to be happening. When I see the user list on the right in any other view, it works just fine.

BetterFolder Plugin.

I'm using Vencord and when you have the BetterFolders plugin enabled and you have a folder open the bar in the bottom left that houses your Name, Mute, Deafen, and User Settings expands horizontally across the entire window covering anything at the bottom mainly the chat box and your name is also covered by the folder menu that opens. idk if this if fixable but thought i would mention it.

Add the feature to modify fonts via variables

--custom-font-display
--custom-font-regular
--custom-font-primary
--custom-font-code

Pls add the feature to modify fonts via variables
(display, regular, primary, and code font)

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.