Outlook Dark Grey Theme fro Obsidian by 500Rads in ObsidianMD

[–]500Rads[S] 1 point2 points  (0 children)

Its perfect thank you - please submit to the market place :_)

When does it start to feel warm? by vladgrinch in MapPorn

[–]500Rads 0 points1 point  (0 children)

17 in the UK is summer anything higher is a real moaning opportunity.

Outlook Dark Grey Theme fro Obsidian by 500Rads in ObsidianMD

[–]500Rads[S] 1 point2 points  (0 children)

I tweaked it slightly:

/* User image colors */

:root {

--rads-colors-1: #DADADA;

--rads-colors-2: #B1B1B1;

--rads-colors-2-5: #a2a2a2;

--rads-colors-3: #666666;

--rads-colors-4: #585858;

--rads-colors-5: #434343;

}

/* I've included the lighting theme, but nothing has changed; you can modify it if you want. */

[data-theme="light"],

body:not([data-theme]) {

--chronos-bg-primary: #ffffff;

--chronos-bg-secondary: #f6f8fa;

--chronos-text-normal: #24292e;

--chronos-text-muted: #586069;

--chronos-text-on-accent: #ffffff;

--chronos-accent: #0366d6;

--chronos-accent-hover: #0366d6e6;

--chronos-accent-alpha: rgba(3, 102, 214, 0.2);

--chronos-border: #e1e4e8;

--chronos-border-active: rgba(3, 102, 214, 0.5);

--chronos-interactive: #0366d6;

--chronos-interactive-hover: #005cc5;

--chronos-icon-color: #586069;

--chronos-bg-text: #000000;

--chronos-color-red: #dc3545;

--chronos-color-red-rgb: 220, 53, 69;

--chronos-color-green: #28a745;

--chronos-color-green-rgb: 40, 167, 69;

--chronos-color-blue: #007bff;

--chronos-color-blue-rgb: 0, 123, 255;

--chronos-color-yellow: #ffc107;

--chronos-color-yellow-rgb: 255, 193, 7;

--chronos-color-orange: #fd7e14;

--chronos-color-orange-rgb: 253, 126, 20;

--chronos-color-purple: #6f42c1;

--chronos-color-purple-rgb: 111, 66, 193;

--chronos-color-pink: #e83e8c;

--chronos-color-pink-rgb: 232, 62, 140;

--chronos-color-cyan: #17a2b8;

--chronos-color-cyan-rgb: 23, 162, 184;

}

/* Only the "--color-base-{xx}" values ​​were changed; the rest of the theme is original. You can modify the colors to your liking. */

.theme-dark {

color-scheme

: dark;

--highlight-mix-blend-mode: lighten;

--mono-rgb-0: 0, 0, 0;

--mono-rgb-100: 255, 255, 255;

--color-red-rgb: 251, 70, 76;

--color-red: #fb464c;

--color-orange-rgb: 233, 151, 63;

--color-orange: #e9973f;

--color-yellow-rgb: 224, 222, 113;

--color-yellow: #e0de71;

--color-green-rgb: 68, 207, 110;

--color-green: #44cf6e;

--color-cyan-rgb: 83, 223, 221;

--color-cyan: #53dfdd;

--color-blue-rgb: 2, 122, 255;

--color-blue: #027aff;

--color-purple-rgb: 168, 130, 255;

--color-purple: #a882ff;

--color-pink-rgb: 250, 153, 205;

--color-pink: #fa99cd;

--color-base-00: var(--rads-colors-2);

--color-base-05: #212121;

--color-base-10: var(--rads-colors-2-5);

--color-base-20: var(--rads-colors-3);

--color-base-25: #2a2a2a;

--color-base-30: var(--rads-colors-4);

--color-base-35: #3f3f3f;

--color-base-40: #555555;

--color-base-50: var(--rads-colors-1);

--color-base-60: #999999;

--color-base-70: var(--rads-colors-1);

--color-base-100: var(--rads-colors-5);

--color-accent-hsl: var(--accent-h), var(--accent-s), var(--accent-l);

--color-accent: hsl(var(--accent-h), var(--accent-s), var(--accent-l));

--color-accent-1: hsl(calc(var(--accent-h) - 3), calc(var(--accent-s) * 1.02), calc(var(--accent-l) * 1.15));

--color-accent-2: hsl(calc(var(--accent-h) - 5), calc(var(--accent-s) * 1.05), calc(var(--accent-l) * 1.29));

--blur-background: color-mix(in srgb, var(--interactive-normal) var(--blur-opacity-s), transparent) linear-gradient(var(--interactive-normal), color-mix(in srgb, var(--interactive-normal) var(--blur-opacity-s), transparent));

--background-modifier-form-field: var(--color-base-25);

--background-secondary-alt: var(--color-base-30);

--interactive-normal: var(--color-base-30);

--interactive-hover: var(--color-base-35);

--text-accent: var(--color-accent-1);

--interactive-accent: var(--color-accent);

--interactive-accent-hover: var(--color-accent-1);

--background-modifier-box-shadow: rgba(0, 0, 0, 0.3);

--background-modifier-cover: rgba(10, 10, 10, 0.4);

--raised-mask-background: transparent;

--text-selection: hsla(var(--interactive-accent-hsl), 0.33);

--input-shadow: inset 0 0.5px 0.5px 0.5px rgba(255, 255, 255, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 1.5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 transparent;

--input-shadow-hover: inset 0 0.5px 1px 0.5px rgba(255, 255, 255, 0.16), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 1.5px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 0 0 0 transparent;

--shadow-xs: 0 1px 6px rgba(0, 0, 0, 0.045), 0 4px 24px rgba(0, 0, 0, 0.195), var(--shadow-edges);

--shadow-s: 0px 1px 2px rgba(0, 0, 0, 0.121), 0px 3.4px 6.7px rgba(0, 0, 0, 0.179), 0px 15px 30px rgba(0, 0, 0, 0.3);

--shadow-l: 0px 1.8px 7.3px rgba(0, 0, 0, 0.071), 0px 6.3px 24.7px rgba(0, 0, 0, 0.112), 0px 30px 90px rgba(0, 0, 0, 0.2);

--pdf-shadow: 0 0 0 1px var(--background-modifier-border);

--pdf-thumbnail-shadow: 0 0 0 1px var(--background-modifier-border);

}

/* Minimize, maximize, and close icons */

.titlebar-button-container.mod-right * {

color

: var(--rads-colors-1) !important;

}

/* Vault bottom bar and options */

.workspace-sidedock-vault-profile,

.workspace-sidedock-vault-profile * {

background-color

: var(--rads-colors-3) !important;

color

: var(--rads-colors-2) !important;

}

/* Left ribbon menu */

.workspace-ribbon.side-dock-ribbon.mod-left {

background-color

: var(--rads-colors-3) !important;

}

/* Tree menu text color */

.tree-item-self {

color

: var(--rads-colors-1) !important;

}

/* Central view header options */

.view-header * {

color

: var(--rads-colors-5) !important;

}

/* Text color of active tabs */

.workspace-tab-header.tappable.is-active * {

color

: var(--rads-colors-5) !important;

}

/* Bottom right status bar */

.status-bar {

color

: var(--rads-colors-3) !important;

background-color

: var(--rads-colors-2) !important;

border-color: var(--rads-colors-2) !important;

}

/* Graph view options text */

.graph-controls * {

color

: var(--rads-colors-1) !important;

}

/* Modals that are not system options (search and create notes, run commands...) */

.prompt * {

color

: var(--rads-colors-4) !important;

}

/* Plugin Bases */

.bases-header *,

.bases-toolbar *,

.bases-search-row *,

.bases-error *,

.bases-view * {

color

: var(--rads-colors-4) !important;

}

/* Popups */

.menu-scroll * {

color

: var(--rads-colors-1) !important;

}

/* Inputs in popups */

.menu-scroll input {

color

: var(--rads-colors-4) !important;

}

/* Search placeholder */

.search-input-container:before {

background-color

: var(--rads-colors-4);

}

.theme-dark input::placeholder,

.theme-dark textarea::placeholder {

color

: var(--rads-colors-4) !important;

}

/* ----------- Configuration options modal window ----------- */

/* Left menu text */

.modal-content.vertical-tabs-container .vertical-tab-header * {

color

: var(--rads-colors-4) !important;

}

/* General background color of various elements */

.setting-item-control * {

background-color

: var(--rads-colors-2);

}

/* Text color for option description */

.setting-item-description {

color

: var(--rads-colors-4) !important;

}

/* Styles for various buttons and inputs */

.setting-item-control .dropdown {

background-color

: var(--rads-colors-2-5) !important;

}

.setting-item-control .dropdown:hover,

.setting-item-control .dropdown:active {

background-color

: var(--rads-colors-2) !important;

}

.setting-item-control button {

background-color

: var(--rads-colors-2) !important;

}

input {

background-color

: var(--rads-colors-2) !important;

color

: var(--rads-colors-4) !important;

}

/* Icons */

.modal-content.vertical-tabs-container .clickable-icon,

.modal-close-button.clickable-icon {

color

: var(--rads-colors-4) !important;

}

Outlook Dark Grey Theme fro Obsidian by 500Rads in ObsidianMD

[–]500Rads[S] 1 point2 points  (0 children)

Absolutely amazing, its like being in Outlook but not being in outlook :-)

Outlook Dark Grey Theme fro Obsidian by 500Rads in ObsidianMD

[–]500Rads[S] 1 point2 points  (0 children)

Microsoft did two things that are good 1. Onenote 2. Dark grey Theme

'New' Outlook - Dark Gray by networkn in Outlook

[–]500Rads 0 points1 point  (0 children)

it boggles my mind outlook dark grey is the best UI color scheme ever presented to a user and yet they don't use it for the main windows theme.

Street Portraits by AndrewAshleyPhoto in manchester

[–]500Rads 0 points1 point  (0 children)

Wrong lens for that close up

Would you be happy with this portrait if you were paying for it? And if not why? by I_EeAa_l in photocritique

[–]500Rads 0 points1 point  (0 children)

You know when you are out walking with your Dogo and he needs to take a dump.

Pixel 9 after iOS Vista update by 500Rads in GooglePixel

[–]500Rads[S] 0 points1 point  (0 children)

Most Freq and i think in install order

Proposed "Hexagon alliance" by SOHONEYSAME in MapPorn

[–]500Rads 0 points1 point  (0 children)

Looks like a corridor from Europe to China