Skip to content

Commit

Permalink
touching up
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeyez committed Apr 13, 2019
1 parent 2c5474f commit 691a8a5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion pecan-style
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# change the variable below to point to #
# wherever your Übersicht widgets are. #
#########################################
uber="$HOME/Library/Application Support/Übersicht/widgets/"
uber="$HOME/Library/Application Support/Übersicht/widgets"



Expand Down
16 changes: 8 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
:root {
/* Choose background colors, ordered from left to right */
/* Set --pecan-bg-center to "none" to have date's background same as bar */
--pecan-bg: #222222;
--pecan-bg-left: #aa6283;
--pecan-bg: #06090F;
--pecan-bg-left: #6F7985;
--pecan-bg-left2: none;
--pecan-bg-center: none;
--pecan-bg-right2: none;
--pecan-bg-right: none;
/* Choose foreground colors */
--pecan-fg-left: #222222;
--pecan-fg-left2: #a39f9c;
--pecan-fg-center: #eae4e0;
--pecan-fg-right2: #a39f9c;
--pecan-fg-right: #eae4e0;
--pecan-fg-left: #06090F;
--pecan-fg-left2: #a1a19e;
--pecan-fg-center: #e7e6e2;
--pecan-fg-right2: #a1a19e;
--pecan-fg-right: #e7e6e2;
/* Opacity. Change --pecan-opacity-center to 0 in order to hide date */
/* --pecan-opacity affects --pecan-border, so set it to 0 if you would like */
/* for every widget to appear independent. */
Expand Down Expand Up @@ -53,7 +53,7 @@
/* Xanthia */
/* If Xanthia is not installed then these values will be ignored */
--pecan-xanthia-bg: none;
--pecan-xanthia-fg: #c18da2;
--pecan-xanthia-fg: #E36D91;
/* This is padding from edge of screen */
--pecan-xanthia-horizontal: calc(var(--pecan-padding-right) + calc(var(--pecan-text-padding) * 4) + 14ch + calc(3 * var(--pecan-border)));
--pecan-xanthia-vertical: calc(var(--pecan-border) + var(--pecan-padding-v));
Expand Down
Binary file modified themes/maria/maria.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions themes/maria/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
:root {
/* Choose background colors, ordered from left to right */
/* Set --pecan-bg-center to "none" to have date's background same as bar */
--pecan-bg: #fafafa;
--pecan-bg-left: #437e7a;
--pecan-bg: #06090F;
--pecan-bg-left: #6F7985;
--pecan-bg-left2: none;
--pecan-bg-center: none;
--pecan-bg-right2: none;
--pecan-bg-right: none;
/* Choose foreground colors */
--pecan-fg-left: #fafafa;
--pecan-fg-left2: #878685;
--pecan-fg-center: #1E2A2C;
--pecan-fg-right2: #d3caaf;
--pecan-fg-right: #acbdd2;
--pecan-fg-left: #06090F;
--pecan-fg-left2: #a1a19e;
--pecan-fg-center: #e7e6e2;
--pecan-fg-right2: #a1a19e;
--pecan-fg-right: #e7e6e2;
/* Opacity. Change --pecan-opacity-center to 0 in order to hide date */
/* --pecan-opacity affects --pecan-border, so set it to 0 if you would like */
/* for every widget to appear independent. */
--pecan-opacity: 0.85;
--pecan-opacity: 0.93;
--pecan-opacity-inner: 1;
--pecan-opacity-center: 1;
/* Shadow. */
Expand Down Expand Up @@ -53,7 +53,7 @@
/* Xanthia */
/* If Xanthia is not installed then these values will be ignored */
--pecan-xanthia-bg: none;
--pecan-xanthia-fg: #cea9a5;
--pecan-xanthia-fg: #E36D91;
/* This is padding from edge of screen */
--pecan-xanthia-horizontal: calc(var(--pecan-padding-right) + calc(var(--pecan-text-padding) * 4) + 14ch + calc(3 * var(--pecan-border)));
--pecan-xanthia-vertical: calc(var(--pecan-border) + var(--pecan-padding-v));
Expand Down
8 changes: 4 additions & 4 deletions themes/maria/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
--pecan-fg-left: #{$color0};
--pecan-fg-left2: #{$color8};
--pecan-fg-center: #{$color7};
--pecan-fg-right2: #{$color5};
--pecan-fg-right: #{$color6};
--pecan-fg-right2: #{$color8};
--pecan-fg-right: #{$color7};

/* Opacity. Change --pecan-opacity-center to 0 in order to hide date */
/* --pecan-opacity affects --pecan-border, so set it to 0 if you would like */
/* for every widget to appear independent. */
--pecan-opacity: 0.85;
--pecan-opacity: 0.93;
--pecan-opacity-inner: 1;
--pecan-opacity-center: 1;

Expand Down Expand Up @@ -69,7 +69,7 @@
/* Xanthia */
/* If Xanthia is not installed then these values will be ignored */
--pecan-xanthia-bg: none;
--pecan-xanthia-fg: #{$color4};
--pecan-xanthia-fg: #{$color2};
/* This is padding from edge of screen */
--pecan-xanthia-horizontal: calc(var(--pecan-padding-right) + calc(var(--pecan-text-padding) * 4) + 14ch + calc(3 * var(--pecan-border)));
--pecan-xanthia-vertical: calc(var(--pecan-border) + var(--pecan-padding-v));
Expand Down

0 comments on commit 691a8a5

Please sign in to comment.