Giter Club home page Giter Club logo

vertex_alt_metacity's Introduction

vertex_alt_metacity with border dark

vertex_alt_metacity

Edge theme modification vertex_alt_metacity with its dark edge and not the typical clear style

/usr/share/themes/Vertex_alt_metacity/metacity-1/metacity-theme-3.xml

I like this topic because it eliminates the title bar when maximizing the window, something that in the other themes I could not find, but its title bar loses color when using a dark theme, so these changes can enjoy a title bar dark with your dark theme. These colors are not compatible with clear themes, only with dark themes, for this you have to search for the ideal color using a color palette and change them in the lines that you modify.

good luck xD

file metacity-theme-3.xml

lines orginals of the file metacity-theme-3.xml

title bar

lines 13 - 21

13 <constant name="C_border_focused" value="gtk:custom(wm_border,#6d6d6d)" />
14 <constant name="C_border_unfocused" value="gtk:custom(wm_border,#6d6d6d)" />
15 <constant name="C_title_focused" value="gtk:custom(wm_title,#3c3c3e)" />
16 <constant name="C_title_focused_hilight" value="gtk:custom(wm_title_highlight,#ffffff)" />
17 <constant name="C_title_focused_hilight_dark" value="gtk:custom(wm_title_highlight_dark,#f7f7f7)" />
18 <constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,#868686)" />
19 <constant name="C_titlebar_bg_a" value="gtk:custom(metacity_bg_a,#f7f7f7)" />
20 <constant name="C_titlebar_bg_b" value="gtk:custom(metacity_bg_b,#f3f3f5)" />
21 <constant name="C_titlebar_bg_highlight" value="shade/gtk:custom(metacity_bg_a,#f7f7f7)/1.4" />

line maximized

lines 198 - 204

198 <draw_ops name="titlebar_max">
199		<gradient type="vertical" x="0" y="1" width="width" height="height">
200			<color value="shade/gtk:custom(metacity_bg_a,#f7f7f7)/0.95" />
201			<color value="C_titlebar_bg_b" />
202		</gradient>
203		<tint color="C_titlebar_bg_highlight" alpha="1.0" x="0" y="0" width="width" height="1"/>
204 </draw_ops>

modified lines of the file metacity-theme-3.xml

the changes are in the colors, so that it looks like the attached image

title bar modified

changes in lines 16, 17, 19, 20, 21

13 <constant name="C_border_focused" value="gtk:custom(wm_border,#6d6d6d)" />
14 <constant name="C_border_unfocused" value="gtk:custom(wm_border,#6d6d6d)" />
15 <constant name="C_title_focused" value="gtk:custom(wm_title,#3c3c3e)" />
16 <constant name="C_title_focused_hilight" value="gtk:custom(wm_title_highlight,#383838)" />
17 <constant name="C_title_focused_hilight_dark" value="gtk:custom(wm_title_highlight_dark,#383838)" />
18 <constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,#868686)" />
19 <constant name="C_titlebar_bg_a" value="gtk:custom(metacity_bg_a,#404040)" />
20 <constant name="C_titlebar_bg_b" value="gtk:custom(metacity_bg_b,#404040)" />
21 <constant name="C_titlebar_bg_highlight" value="shade/gtk:custom(metacity_bg_a,#404040)/1.4" />

line maximized modified

change in line 200

198 <draw_ops name="titlebar_max">
199		<gradient type="vertical" x="0" y="1" width="width" height="height">
200			<color value="shade/gtk:custom(metacity_bg_a,#5D5D5D)/0.95" />
201			<color value="C_titlebar_bg_b" />
202		</gradient>
203		<tint color="C_titlebar_bg_highlight" alpha="1.0" x="0" y="0" width="width" height="1"/>
204 </draw_ops>

vertex_alt_metacity's People

Contributors

ijann avatar

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.