metacity still WIP

This commit is contained in:
eudaimon 2024-02-29 13:20:18 +01:00
parent 801c9b6237
commit 36ff7fd195
8 changed files with 3232 additions and 8 deletions

View File

@ -1565,6 +1565,12 @@ XfdesktopIconView.view:active { text-shadow: none; color: #f9f06b; background-co
.nemo-desktop-window stack { background: none; border: none; }
#slab_section_style1 > box > label { color: #c9a98e; }
.caja-navigation-window widget.view { caret-color: #7f7f7f; }
#mate-menu { border-width: 2px; border-style: solid; background-color: #606060; border-left-color: #9c9c9c; border-top-color: #9c9c9c; border-right-color: #424242; border-bottom-color: #424242; }
.top-bar { background-color: #503e2f; color: #f9f06b; }
.top-bar:backdrop { background-color: #606060; color: #ffffff; transition: none; }

View File

@ -1743,6 +1743,12 @@ XfdesktopIconView.view:active { text-shadow: none; color: #f9f06b; background-co
.nemo-desktop-window stack { background: none; border: none; }
#slab_section_style1 > box > label { color: #c9a98e; }
.caja-navigation-window widget.view { caret-color: #7f7f7f; }
#mate-menu { border-width: 2px; border-style: solid; background-color: #606060; border-left-color: #9c9c9c; border-top-color: #9c9c9c; border-right-color: #424242; border-bottom-color: #424242; }
.top-bar { background-color: #503e2f; color: #f9f06b; }
.top-bar:backdrop { background-color: #606060; color: #ffffff; transition: none; }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,11 +2,11 @@
<metacity_theme>
<info>
<name>Simplewaita</name>
<author>Novomente</author>
<name>Oldiewaita</name>
<author>Novomente, heavily modified by Nestort</author>
<copyright>Licensed under GPLv2 or later</copyright>
<date>December 2022</date>
<description>Simplewaita, based on The Fugitive Metacity Theme (squared version)</description>
<date>February 2024</date>
<description>Oldiewaita, based on The Fugitive Metacity Theme (squared version)</description>
</info>
<!-- Oldiewaita titlebar brown: #503e2f -->
@ -102,16 +102,16 @@
<!--WINDOW BORDERS and TITLEBARS-->
<!--background color-->
<draw_ops name="bg_color_titlebar_normal_focused">
<gradient type="vertical" x="0" y="0" width="width" height="top_height">
<!-- <gradient type="vertical" x="0" y="0" width="width" height="top_height">
<color value="shade/#503e2f/1.01"/>
<color value="shade/#503e2f/0.93"/>
<color value="shade/#503e2f/0.92"/>
<color value="shade/#503e2f/1.01"/>
</gradient>
</gradient> -->
<!--simple color instead of gradient-->
<!--<rectangle color="#503e2f" filled="true"
x="0" y="0" width="width" height="top_height"/>-->
<rectangle color="#503e2f" filled="true"
x="0" y="0" width="width" height="top_height"/>
</draw_ops>
<draw_ops name="bg_color_titlebar_normal_unfocused">
<gradient type="vertical" x="0" y="0" width="width" height="top_height">
@ -557,6 +557,13 @@
<!--BUTTONS-->
<!--button backgrounds-->
<!--button background borders-->
<draw_ops name="button_frame">
<tint color="#ffffff" alpha="0.30" x="0" y="0" width="width-1" height="2"/>
<tint color="#ffffff" alpha="0.30" x="0" y="0" width="2" height="height-1"/>
<tint color="#000000" alpha="0.30" x="0" y="height-3" width="width-1" height="2"/>
<tint color="#000000" alpha="0.30" x="width-3" y="0" width="2" height="height-1"/>
</draw_ops>
<draw_ops name="button_bg_border_focused">
<rectangle color="shade/#503e2f/1.02" filled="false"
x="0" y="0" width="width-1" height="height-1"/>

View File

@ -46,6 +46,26 @@ XfdesktopIconView.view:active {
border: none;
}
// Mate:
// In case contrast of selected bakcground and background is low... mate-control-center needs this:
#slab_section_style1 > box > label {
color: mix($selected_bg_color, $text_color, 50%);
}
.caja-navigation-window widget.view {
caret-color: #7f7f7f; //for some reason, when renaming a file in icon view mode, background is white and text is black, so caret needs to be set
}
#mate-menu {
border-width: $border_width;
border-style: solid;
@include relief($bg_color);
} //not working...
// general libadwaita
.top-bar {
background-color: $titlebar_active_bg;

View File

@ -1565,6 +1565,12 @@ XfdesktopIconView.view:active { text-shadow: none; color: #f9f06b; background-co
.nemo-desktop-window stack { background: none; border: none; }
#slab_section_style1 > box > label { color: #c9a98e; }
.caja-navigation-window widget.view { caret-color: #7f7f7f; }
#mate-menu { border-width: 2px; border-style: solid; background-color: #606060; border-left-color: #9c9c9c; border-top-color: #9c9c9c; border-right-color: #424242; border-bottom-color: #424242; }
.top-bar { background-color: #503e2f; color: #f9f06b; }
.top-bar:backdrop { background-color: #606060; color: #ffffff; transition: none; }

View File

@ -1743,6 +1743,12 @@ XfdesktopIconView.view:active { text-shadow: none; color: #f9f06b; background-co
.nemo-desktop-window stack { background: none; border: none; }
#slab_section_style1 > box > label { color: #c9a98e; }
.caja-navigation-window widget.view { caret-color: #7f7f7f; }
#mate-menu { border-width: 2px; border-style: solid; background-color: #606060; border-left-color: #9c9c9c; border-top-color: #9c9c9c; border-right-color: #424242; border-bottom-color: #424242; }
.top-bar { background-color: #503e2f; color: #f9f06b; }
.top-bar:backdrop { background-color: #606060; color: #ffffff; transition: none; }