Code Monkey home page Code Monkey logo

Comments (18)

oberon-manjaro avatar oberon-manjaro commented on August 17, 2024 7

Yeah, not only the file-manager, none of the native Deepin applications seem to accept gtk-theming.
Especially with the nice alternative dark theme included in deepin-gtk-theme, this seems to make little sense ... 😝

from dtkwidget.

hualet avatar hualet commented on August 17, 2024

It won't of course, but at the moment, the anwser sadly is YES.

from dtkwidget.

Acris avatar Acris commented on August 17, 2024

@hualet How about the file manager's font size? hard coded too? See linuxdeepin/developer-center#236.

from dtkwidget.

hualet avatar hualet commented on August 17, 2024

@dragondjf

from dtkwidget.

sdlins avatar sdlins commented on August 17, 2024

No dark theme at all? Is it really? This is the most beauty linux I have used since the 2002 year! I just cant believe the file manager, a so important application in any OS, will continue without a dark theme! Comparing to the Deepin, it is like if the Spider Man would gain a new black clothe but that one would come lacking a sleeve! He would still be the Spider Man, but the respect would not be the same 👎

from dtkwidget.

Skillzore avatar Skillzore commented on August 17, 2024

Really missing this dark theme on the file manager as well. Almost enough to want to make me switch desktop environment.... almost. Also, the dark them has a parsing error:
Gtk-WARNING **: Theme parsing error: gtk.css:3601:22: 'none' is not a valid color name"

from dtkwidget.

oberon-manjaro avatar oberon-manjaro commented on August 17, 2024

Deepin-file-manager is still sticking out like a sore thumb. Why is this not being fixed? It's kind of ridiculous... Here's Deepin's native dark theme. Not even the window decorations or highlight colors are matching!

deepin_dark

from dtkwidget.

jeffsauer avatar jeffsauer commented on August 17, 2024

still a problem with Deepin 15.5 release

from dtkwidget.

Xeers avatar Xeers commented on August 17, 2024

The problem remains unresolved [Arch-Linux]

from dtkwidget.

subin23k avatar subin23k commented on August 17, 2024

Use the decent native dark theme instead as a workaround to prevent retina burning 😅

from dtkwidget.

dylanh724 avatar dylanh724 commented on August 17, 2024

@Az4zeel What do you mean?

And also .... how is this not fixed yet? O_o

from dtkwidget.

ForeverZer0 avatar ForeverZer0 commented on August 17, 2024

Seriously, over 2 years since this particular thread raised the issue (the issue existed well before that), and still is not fixed. This is getting to the point of ridiculousness, as this can absolutely ruin the overall look of an otherwise perfectly customized system. I like a dark theme, but the built-in dark theme is a bit too dark for my tastes and what the rest of the system uses, so it still sticks out and ruins the look.

from dtkwidget.

BLumia avatar BLumia commented on August 17, 2024

FYI make DTK apps themeable is planned but the priority is not high, we got limited resources working on these features. There will be more news about it in the upcomming future, please keep an eye on this :)

I like a dark theme, but the built-in dark theme is a bit too dark for my tastes and what the rest of the system uses, so it still sticks out and ruins the look.

cc @shule1987

from dtkwidget.

SyntaxxxErr0r avatar SyntaxxxErr0r commented on August 17, 2024

Hey Boys, and Girls... Sooo like many of you, i too have had this issue with this AMAZINGLY AWESOMELY COOL LOOKING THEME... like for reals. <3 this theme, this is my Kool-aide... it is generally common good advice to any one, do not mess with a mans kool-aide... Unless you're sure its gonna make it better, and not worse. :)

There is one quickish solution to this issue. and in fact it can actually be used on all themes with only a slight bit of tweaking to the CLI.

For example.. if you have your copy of the theme in your /usr/share/themes folder...

sed -i 's/border-color: none/border-color: transparent/g' "/usr/share/themes/deepin-dark/gtk-3.0/gtk.css"

sed -i 's/border-color: none/border-color: transparent/g' "/usr/share/themes/deepin-dark/gtk-3.0/gtk-dark.css"

similiarly if you have it in your $HOME/.themes

sed -i 's/border-color: none/border-color: transparent/g' "~/.themes/deepin-dark/gtk-3.0/gtk.css"

sed -i 's/border-color: none/border-color: transparent/g' "~/.themes/deepin-dark/gtk-3.0/gtk-dark.css"

and if i am not mistaken there is also the bug in the same theme of a different variation.. where it is simply just a blank color... if memory serves me correctly i believe the syntax(x.x) (LOL) that i used was ...

sed -i 's/border-color: \n/border-color: transparent\n/g' "/usr/share/themes/deepin-dark/gtk-3.0/gtk.css"

sed -i 's/border-color: \n/border-color: transparent\n/g' "/usr/share/themes/deepin-dark/gtk-3.0/gtk-dark.css"

(This last suggestion may ben syntaxxxically err0roneous, and therefore i would appreciate any tips on the corrected command line, if any one has it.. as my moniker suggests... Syntaxxx Err0rs are common place for me. Typonese is my Native language. )
Cheers !!

And BTW... did i happen to mention that I absolutely LOVE this fricken theme!!

from dtkwidget.

rjstechnet avatar rjstechnet commented on August 17, 2024

Hello,

Just curious is this will ever be fixed?
I use the Deepin desktop exclusively and have for years. Still have issues with not being able to theme the underlying deepin file manager etc....
If there is no intention of allowing to theme Deepin entirely so that it integrates with the gtk theming, It would be appreciated if the developers would say so.

Currently installed 18.1.0
Thank you!

from dtkwidget.

sdlins avatar sdlins commented on August 17, 2024

Deeping is nice, but it is buggy. Some bugs (like this) are very annoying and make our work harder. I changed to Mint about one year ago (just waiting new Ubuntu 20.04). That was the second and definitive time I gave out of Deepin. Never installed again.

However, I desire success to this promissor Linux Distribution.

from dtkwidget.

BLumia avatar BLumia commented on August 17, 2024

Oh, in case anyone would like to know, in next major release of DDE (v20), all Deepin app will get it's native dark theme support :)

from dtkwidget.

wishbon avatar wishbon commented on August 17, 2024

DeepinScreenshot_Seleccionar área_20200427214757

from dtkwidget.

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.