Skip to content

Commit

Permalink
Big update!
Browse files Browse the repository at this point in the history
1. Rebased all themes to adw-mod css-s files.
2. Recolored all gtk+2 assets.
3. Added Plasma color scheme.
  • Loading branch information
TerminalHash committed Jul 2, 2022
1 parent fe4615a commit 28edc1c
Show file tree
Hide file tree
Showing 408 changed files with 13,417 additions and 3,872 deletions.
147 changes: 147 additions & 0 deletions Color schemes/KDE/Plume.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
[ColorEffects:Disabled]
Color=56,56,56
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.1
IntensityEffect=2

[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=112,111,110
ColorAmount=0.025
ColorEffect=2
ContrastAmount=0.1
ContrastEffect=2
Enable=true
IntensityAmount=0
IntensityEffect=0

[Colors:Button]
BackgroundAlternate=30,87,116
BackgroundNormal=57,57,57
DecorationFocus=173,127,168
DecorationHover=117,80,123
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=117,80,123
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=92,53,85

[Colors:Complementary]
BackgroundAlternate=117,80,123
BackgroundNormal=53,53,53
DecorationFocus=61,174,233
DecorationHover=61,174,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=29,153,243
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182

[Colors:Header]
BackgroundAlternate=27,27,27
BackgroundNormal=53,53,53
DecorationFocus=61,174,233
DecorationHover=61,174,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=29,153,243
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182

[Colors:Header][Inactive]
BackgroundAlternate=49,54,59
BackgroundNormal=42,46,50
DecorationFocus=61,174,233
DecorationHover=61,174,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=29,153,243
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182

[Colors:Selection]
BackgroundAlternate=30,87,116
BackgroundNormal=173,127,168
DecorationFocus=173,127,168
DecorationHover=117,80,123
ForegroundActive=252,252,252
ForegroundInactive=161,169,177
ForegroundLink=117,80,123
ForegroundNegative=176,55,69
ForegroundNeutral=198,92,0
ForegroundNormal=252,252,252
ForegroundPositive=23,104,57
ForegroundVisited=92,53,85

[Colors:Tooltip]
BackgroundAlternate=42,46,50
BackgroundNormal=27,27,27
DecorationFocus=173,127,168
DecorationHover=117,80,123
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=117,80,123
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=92,53,85

[Colors:View]
BackgroundAlternate=27,27,27
BackgroundNormal=53,53,53
DecorationFocus=173,127,168
DecorationHover=117,80,123
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=117,80,123
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=92,53,85

[Colors:Window]
BackgroundAlternate=53,53,53
BackgroundNormal=35,35,35
DecorationFocus=173,127,168
DecorationHover=117,80,123
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=117,80,123
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=92,53,85

[General]
ColorScheme=BreezeDark
Name=Plume
shadeSortColumn=true

[KDE]
contrast=4

[WM]
activeBackground=117,80,123
activeBlend=252,252,252
activeForeground=252,252,252
inactiveBackground=92,53,85
inactiveBlend=161,169,177
inactiveForeground=161,169,177
File renamed without changes.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ Changes, what included:

## Known bugs

1. Some accents not recolored (because some backgrounds/borders colored with *rgb(xx, xx, xx, xx)*, this different search).
2. GTK+2 theme not matching to other (because original theme with different color scheme, then original Adwaita).
3. What i don't see.
1. Some accents not recolored (because some backgrounds/borders colored with *rgba(xx, xx, xx, xx)*, this different search);
2. Little bugs in GTK+4 theme with headerbar/titlebar;
3. In Cinnamon - very litle titlebar;
4. What i don't see.

## How to instal

Expand All @@ -25,11 +26,14 @@ Color schemes for Qt5Ct/Qt6Ct install to:
* Qt5: ~/.config/qt5ct/colors
* Qt6: ~/.config/qt6ct/colors

Color schemes for KDE Plasma install to:
* ~/.local/share/color-schemes

## Third-party code

* Original Adwaita themes from [libgtk](https://gitlab.gnome.org/GNOME/gtk/) (GTK+3, GTK+2) and [libadwaita](https://gitlab.gnome.org/GNOME/libadwaita) (GTK+4), what exported with widget factories of this toolkits.
* ~~Original Adwaita themes from [libgtk](https://gitlab.gnome.org/GNOME/gtk/) (GTK+3, GTK+2) and [libadwaita](https://gitlab.gnome.org/GNOME/libadwaita) (GTK+4), what exported with widget factories of this toolkits.~~
* Some code i picked from our works - [Clearlooks Phenix Plume](https://github.com/TerminalHash/clearlooks-phenix-plume) and based on this theme my forks.
* GTK+2 theme picked from [Adw-Mod](https://gitlab.com/hrdwrrsk/AdwMod-theme) by hrdwrrsk
* Fully rebased on [Adw-Mod](https://gitlab.com/hrdwrrsk/AdwMod-theme) by hrdwrrsk

## Screenshots

Expand Down
Binary file modified gtk-2.0/assets/checkbox-checked-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/checkbox-checked-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/checkbox-checked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/checkbox-mixed-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/checkbox-mixed-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/checkbox-mixed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/combo-entry-ltr-entry-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/combo-entry-rtl-entry-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/entry-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/menubar-item-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/notebook-entry-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/progressbar-horz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/progressbar-vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/radio-checked-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/radio-checked-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/radio-checked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/radio-mixed-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/radio-mixed-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/radio-mixed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/scale-horz-trough-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/scale-slider-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/scale-vert-trough-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/scrollbar-horz-slider-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png
Binary file modified gtk-2.0/assets/scrollbar-vert-slider-active.png
26 changes: 13 additions & 13 deletions gtk-3.0/assets/bullet-symbolic.svg
Binary file removed gtk-3.0/assets/bullet-symbolic.symbolic.png
Diff not rendered.
32 changes: 16 additions & 16 deletions gtk-3.0/assets/check-symbolic.svg
Binary file removed gtk-3.0/assets/check-symbolic.symbolic.png
Diff not rendered.
Binary file removed gtk-3.0/assets/checkbox-active-selectionmode.png
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Binary file removed gtk-3.0/assets/checkbox-backdrop-selectionmode.png
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Binary file removed gtk-3.0/assets/checkbox-checked-selectionmode.png
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Binary file removed gtk-3.0/assets/checkbox-hover-selectionmode.png
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Binary file removed gtk-3.0/assets/checkbox-selectionmode.png
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Binary file removed gtk-3.0/assets/dash-symbolic.symbolic.png
Diff not rendered.
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Diff not rendered.
Binary file removed gtk-3.0/assets/[email protected]
Diff not rendered.
Diff not rendered.
Loading

0 comments on commit 28edc1c

Please sign in to comment.