Git Product home page Git Product logo

Comments (9)

Happyrobot33 avatar Happyrobot33 commented on August 10, 2024 1

definable themes with fixed charts
image

from pvediscorddark.

DutchEllie avatar DutchEllie commented on August 10, 2024

This also only has a dark theme, but Gruvbox, Nord and other well-known colorschemes are also very cool! Maybe we can get those in here too?

from pvediscorddark.

SophiaAtkinson avatar SophiaAtkinson commented on August 10, 2024

I'm not too fond of the new built-in dark mode, colors are too harsh on the eyes

from pvediscorddark.

Weilbyte avatar Weilbyte commented on August 10, 2024

Going to have to look more into this, but it would have to be a separate project.

from pvediscorddark.

Happyrobot33 avatar Happyrobot33 commented on August 10, 2024

initial research into those shows that the theme map is hardcoded. In order to change the list, theme_map in /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js needs to be edited, and the theme needs to be placed in /usr/share/javascript/proxmox-widget-toolkit/themes. The proper format for css files there is theme-{THEME NAME}.css

the theme name is all that needs to be added to the theme_map

im going to look into how feasible it is to get a working version of a patcher up and running, shouldnt be that difficult

from pvediscorddark.

Happyrobot33 avatar Happyrobot33 commented on August 10, 2024

the existing PVEDiscordDark.css file seems to work, it just needs some tweaks to support the new stylable components like graphs

from pvediscorddark.

Happyrobot33 avatar Happyrobot33 commented on August 10, 2024

image

from pvediscorddark.

Happyrobot33 avatar Happyrobot33 commented on August 10, 2024

built-in dark mode does this to get the dark version of the proxmox logo

img[id^="proxmoxlogo-"][id$="-img"] {
    filter: invert(1) hue-rotate(180deg)
}

from pvediscorddark.

Happyrobot33 avatar Happyrobot33 commented on August 10, 2024

for anyone interested I have a extremely basic working version here that I am iterating on
https://github.com/Happyrobot33/PVEThemes

from pvediscorddark.

Related Issues (20)

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.