Git Product home page Git Product logo

Comments (4)

dualboot91 avatar dualboot91 commented on June 10, 2024

i have just confirmed that does the same thing in compact view.
Screenshot_2023-06-30_13-07-45

the only view that works properly is list view
Screenshot_2023-06-30_13-06-43

from chicago95.

dualboot91 avatar dualboot91 commented on June 10, 2024

this happens with every win95 theme file. it appears to not correctly translate the highlight color to compact or icon view.

from chicago95.

dualboot91 avatar dualboot91 commented on June 10, 2024

i found a fix to the problem

.thunar widget.view:selected {
background-color: shade(@selected_bg_color, 3.0); }
.thunar widget.view:selected:focus {
background-color: @selected_bg_color; }

the 3.0 in this section of code from thunar.css isn't being read, but when you change it to a percentage it works fine. the script that converts the theme needs to be reconfigured to convert those values to percentages.

from chicago95.

dualboot91 avatar dualboot91 commented on June 10, 2024

i searched the code in the repository for this problem and it seems to pop up about eight times. i don't know if decimals work normally for other people, but my install isn't reading them properly.

from chicago95.

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.