Giter VIP home page Giter VIP logo

kvantum-mint-y's Introduction

Kvantum-Mint-Y

Based on the Mint-Y Linux Mint themes. WIP

Installation

There are several different ways to install themes in Kvantum, the easiest method is to just install it from the Kvantum Manager.

You can also copy the themes directly to ~/.config/Kvantum/ or /usr/share/Kvantum/.

Color Variants (such as Mint-Y-Aqua)

If you have downloaded directly from the git repo, building these will be necessary if you wish to use the themes other than the base Mint-Y and Mint-Y-Dark.

cd into this directory and run ./build_subthemes.py.

kvantum-mint-y's People

Contributors

armanelgtron avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yushiyangk

kvantum-mint-y's Issues

Color variation highlight color not correct

Hello. Thank you for taking the time to put this together. I really appreciate it. I am trying to use the Dark Blue variant and I am seeing the wrong color for highlights. I am using VirtualBox. Here's what it looks like.

Kvantum Mint Y Dark Blue Theme

Here's the theme selected in Kvantum.

Kvantum Theme

I performed some additional testing and found that the non-dark color variants are working as expected but none of the dark variants seem to be.

I'm running Cinnamon (cinnamon-desktop 5.6.1-1) on EndeavourOS. Let me know if you'd like me to test anything or if you need additional info. Thanks!

Accent colors in the upstream changed

Summary

Colors for the default theme are a bit off since the last changes for the 2.0 release of mint-themes.
I think the current values of the constants should be here.
https://github.com/linuxmint/mint-themes/blob/master/constants.py

Current behavior

current_qt

current_gtk

Expected behavior

expected_qt

Version

  • mint-themes: 2.0.9
  • kvantum-mint-y: 1.0.0

Possible fix

Update the colors from the upstream version of https://github.com/linuxmint/mint-themes/blame/master/constants.py.

Locally I used a patch that changes

  • 92b372 -> 35a854
  • 8fa876 -> 35a854
  • b7865e -> 9c7e65

Here's a part of it for build_subthemes.py

--- a/build_subthemes.py
+++ b/build_subthemes.py
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 """
 
-baseColors = ( 0x92b372, 0x8fa876 );
+baseColors = ( 0x35a854, 0x35a854 );
 baseThemes = ( "Mint-Y", "Mint-Y-Dark" );
 
 subBaseColors = ( 0x859b6f, 0xafca95, 0x779559 );
@@ -22,7 +22,7 @@ subBaseColors = ( 0x859b6f, 0xafca95, 0x779559 );
 subthemes = {
 	"Aqua":   0x1f9ede,
 	"Blue":   0x0c75de,
-	"Brown": (0xb7865e, 0xaa876a),
+	"Brown": (0x9c7e65, 0xaa876a),
 	"Grey":   0x70737a,
 	"Orange": 0xff7139,
 	"Pink":   0xe54980,

Tooltips style

Summary

Current tooltips style differs from mint-y.

Current behavior

current_qt

current_gtk

Expected behavior

  1. Tooltip color should follow the main color of theme.
  2. Tooltips should not have shadows.
  3. Tooltips should appear directly bellow mouse.

Version

  • mint-themes: 2.1.5
  • kvantum-mint-y: 1.0.0 + accent colors patch.

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.