Code Monkey home page Code Monkey logo

ibus-theme-tools's People

Contributors

hollowman6 avatar weblate avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

ibus-theme-tools's Issues

[Help Wanted]: GTK candidate highlight color can't be overwritten

It looks like the GTK candidate highlight color can't be set in current version (v4.1.0), and I can't find a way to solve this issue.

It seems to be related to ibus/ibus@bdc83bc , and the color can't be overwritten once the imported stylesheet has that color definitions. Maybe it's because that commit gets the color directly from the global GTK style properties, having no idea how to make a workaround except for changing the upstream.

I've tried adding the following seperately in the hope to change the GTK candidate highlight color in the tools' generated GTK stylesheets so far, and none of them successfully changed the candidate highlight color, but just follow the imported (base) GTK definitions.

#IBusCandidate * {
  background-color: #000000;
  -gtk-secondary-caret-color: #000000;
}
* {
  background-color: #000000;
  -gtk-secondary-caret-color: #000000;
}

If you know what's going on here, please tell me or simply submit a PR, thanks!

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.