Skip to content

Commit

Permalink
colour fine tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxms committed Dec 3, 2020
1 parent 00aee04 commit fdccf28
Show file tree
Hide file tree
Showing 49 changed files with 5,756 additions and 4,524 deletions.
Binary file modified Obsidian-2/gnome-shell/assets/traybg.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 Obsidian-2/gtk-2.0/assets/frame.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 Obsidian-2/gtk-2.0/assets/notebook.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 Obsidian-2/gtk-2.0/assets/tab-bottom-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 Obsidian-2/gtk-2.0/assets/tab-left-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 Obsidian-2/gtk-2.0/assets/tab-right-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 Obsidian-2/gtk-2.0/assets/tab-top-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 Obsidian-2/gtk-2.0/assets/tab-top.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 Obsidian-2/gtk-2.0/assets/tree_header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Obsidian-2/gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
# *************************************************************************
gtk-color-scheme = "base_color: #202a2f"
gtk-color-scheme = "text_color: #FFFFFF"
gtk-color-scheme = "bg_color: #2f393f"
gtk-color-scheme = "bg_color: #2c383f"
gtk-color-scheme = "fg_color: #eeeeec"
gtk-color-scheme = "tooltip_bg_color: #000000"
gtk-color-scheme = "tooltip_fg_color: #FFFFFF"
gtk-color-scheme = "selected_bg_color: #0066cc"
gtk-color-scheme = "selected_fg_color: #FFFFFF"
gtk-color-scheme = "insensitive_bg_color: #2b353a"
gtk-color-scheme = "insensitive_fg_color: #a9acb2"
gtk-color-scheme = "notebook_bg: #30393f"
gtk-color-scheme = "notebook_bg: #2c383f"
gtk-color-scheme = "dark_sidebar_bg: #183f53"
gtk-color-scheme = "link_color: #5294e2"
gtk-color-scheme = "menu_fg: #f7f7f7"
gtk-color-scheme = "menu_bg: #384248"
gtk-color-scheme = "menu_bg: #36434a"

gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller.
gtk-auto-mnemonics = 1
Expand Down
26 changes: 13 additions & 13 deletions Obsidian-2/gtk-3.0/colours.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@
/* ****************************** C O M M O N C O L O U R S *********************************** */

/* text widgets and the like base background color */
@define-color theme_base_color #384248;
@define-color theme_base_color #36434a;

@define-color box_shadow #cccccc;

/* widget background color */
@define-color theme_bg_color #2f393f;
@define-color theme_bg_color #2c383f;
@define-color theme_bg_color_hov #50595c;
@define-color theme_bg_color_from #454c4c;
@define-color theme_bg_color_to #2d3232;
@define-color popover #384248;
@define-color popover #36434a;
@define-color shadow_color #000000;

/* widget text/foreground color */
Expand All @@ -97,15 +97,15 @@
@define-color theme_fg_color_sub #666C6F;
@define-color theme_fg_color_dis #858786;

@define-color inline_bg #30393f;
@define-color inline_bg #2c383f;

/* sidebar colours */
@define-color assistant_sidebar_bg #252a2c;
@define-color assistant_sidebar_bg_lbl #585d5e;
@define-color assistant_sidebar_fg #cccccc;

/* view */
@define-color view_bg #202a2f; /*2f3738*/
@define-color view_bg #202c33; /*2f3738*/
@define-color view_bg_hover #2d3538;
@define-color view_fg #bdbebf;
@define-color view_fg_dis #566164;
Expand Down Expand Up @@ -159,10 +159,10 @@
/* header bars */
@define-color header_fg_color #eeeeec;
@define-color header_fg_color_sub #cccccc;
@define-color header_bg_a #414b51;
@define-color header_bg_b #384248;
@define-color header_bg_a #3f4c53;
@define-color header_bg_b #36434a;
@define-color pathbar_bg @theme_base_color;
@define-color titlepathbar_bg #384248;
@define-color titlepathbar_bg #36434a;
@define-color pathbar_bdr #444444;
@define-color pathbar_bdr_sub #222222;

Expand Down Expand Up @@ -231,8 +231,8 @@
/* menus and menubars */
@define-color menu_bg @popover;
@define-color menu_bg_hover #4b5254;
@define-color menu_bdr #373b3d;
@define-color menu_arr #373b3d;
@define-color menu_bdr #333e43;
@define-color menu_arr #333e43;
@define-color menu_arr_dis #282d2f;
@define-color menuitem_fg_normal #CFCFCF;
@define-color menuitem_fg_hover #FFFFFF;
Expand All @@ -241,7 +241,7 @@
@define-color menuitem_separator #1b1f20;
@define-color headermenu_bg_hover #4b5254;

@define-color panel_bg #384248;
@define-color panel_bg #36434a;
@define-color panel_bg_hov #515757;
@define-color panel_fg #f7f7f7;

Expand All @@ -251,7 +251,7 @@
@define-color scale_fill_b shade(@theme_selected_bg_color, 0.94);

/* notebook */
@define-color notebook_bg #3c464c;
@define-color notebook_bg #39454e;
@define-color notebook_border #212121;
@define-color notebook_border_sel @theme_accent_color;
@define-color notebook_border_hov #fff;
Expand All @@ -278,7 +278,7 @@
@define-color row_fg_dis #566164;

/* hdyview */
@define-color hdybutton_bg_hov #384248;
@define-color hdybutton_bg_hov #36434a;
@define-color hdybutton_bg_chk #3f4e57;
@define-color hdyheadbutton_bg_a #535c63;
@define-color hdyheadbutton_bg_b #494f53;
Expand Down
20 changes: 10 additions & 10 deletions Obsidian-2/metacity-1/metacity-theme-3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<!-- meaningfull constants -->

<constant name="C_title_focused" value="#f7f7f7" />
<constant name="C_title_a" value="#384248" />
<constant name="C_title_b" value="#384248" />
<constant name="C_title_a" value="#36434a" />
<constant name="C_title_b" value="#36434a" />
<constant name="C_title_unfocused" value="#999999" />
<constant name="D_icons_unfocused_offset" value="0" /> <!-- offset of the unfocused icons -->

Expand Down Expand Up @@ -98,15 +98,15 @@
<!-- normal state -->
<draw_ops name="entire_background_focused">
<gradient type="vertical" x="0" y="25" width="width" height="height/5">
<color value="#384248" />
<color value="#36434a" />
<color value="#2d373d" />
</gradient>
<rectangle color="#2d373d" filled="true" x="0" y="height/5" width="width" height="height"/>
</draw_ops>

<draw_ops name="entire_background_unfocused">
<gradient type="vertical" x="0" y="25" width="width" height="height/5">
<color value="#384248" />
<color value="#36434a" />
<color value="#2d373d" />
</gradient>
<rectangle color="#2d373d" filled="true" x="0" y="height/5" width="width" height="height"/>
Expand All @@ -115,15 +115,15 @@
<draw_ops name="titlebar_fill_focused">
<include name="entire_background_focused" />
<gradient type="vertical" x="0" y="0" width="width" height="height">
<color value="#4b5252" />
<color value="#384248" />
<color value="#3f4c53" />
<color value="#36434a" />
</gradient>
<line color="#546060" x1="1" y1="1" x2="width-2" y2="1" />
</draw_ops>

<draw_ops name="titlebar_fill_unfocused">
<include name="entire_background_unfocused" />
<rectangle color="#384248" filled="true" x="0" y="0" width="width" height="height"/>
<rectangle color="#36434a" filled="true" x="0" y="0" width="width" height="height"/>
<line color="#546060" x1="1" y1="1" x2="width-2" y2="1" />
</draw_ops>

Expand All @@ -149,7 +149,7 @@

<!-- maximized state -->
<draw_ops name="max_entire_background_focused">
<rectangle color="#384248" x="0" y="0" width="width" height="height" filled="true" />
<rectangle color="#36434a" x="0" y="0" width="width" height="height" filled="true" />
</draw_ops>

<draw_ops name="max_entire_background_unfocused">
Expand All @@ -174,7 +174,7 @@

<!-- tiled state -->
<draw_ops name="tiled_left_entire_background_focused">
<rectangle color="#384248" x="0" y="0" width="width" height="height" filled="true" />
<rectangle color="#36434a" x="0" y="0" width="width" height="height" filled="true" />
<line color="#212121" x1="width-1" y1="0" x2="width-1" y2="height" />
</draw_ops>

Expand All @@ -191,7 +191,7 @@
</draw_ops>

<draw_ops name="tiled_right_entire_background_focused">
<rectangle color="#384248" x="0" y="0" width="width" height="height" filled="true" />
<rectangle color="#36434a" x="0" y="0" width="width" height="height" filled="true" />
<line color="#212121" x1="0" y1="0" x2="0" y2="height" />
</draw_ops>

Expand Down
Loading

0 comments on commit fdccf28

Please sign in to comment.