Skip to content

Instantly share code, notes, and snippets.

@barretts
Created July 11, 2017 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barretts/ced43d12bbb7a3decd4cfd4c073d336f to your computer and use it in GitHub Desktop.
Save barretts/ced43d12bbb7a3decd4cfd4c073d336f to your computer and use it in GitHub Desktop.
Golf Course Dovetail Agent theme
@import "../agent/a5-theme";
/**
* ____ _ __ ____
* / ___| ___ | |/ _| / ___|___ _ _ _ __ ___ ___
* | | _ / _ \| | |_ | | / _ \| | | | '__/ __|/ _ \
* | |_| | (_) | | _| | |__| (_) | |_| | | \__ \ __/
* \____|\___/|_|_| \____\___/ \__,_|_| |___/\___|
*
*/
@theme-background-color: #ecffd5;
@theme-background-highlight-color: #cfebb9;
@theme-foreground-color: #022601;
@theme-foreground-muted-color: #7b995b;
@theme-foreground-muted-highlight-color: #718c53;
@theme-border-color: #4c8530;
@theme-accent-color: #53a617;
@theme-glyphicons-filter: brightness(0) saturate(100%) invert(12%) sepia(69%) saturate(600%) hue-rotate(70deg) brightness(94%) contrast(105%);
@theme-link-color: #257303;
@theme-link-highlight-color: #1d5902;
@theme-foreground-emphasis-color: #194c1f;
@theme-foreground-accent-color: @theme-link-color;
@theme-foreground-accent-highlight-color: @theme-link-highlight-color;
@theme-sidebar-background-color: #ccc07e;
@theme-sidebar-background-highlight-color: #e5dba1;
@theme-sidebar-more-background-highlight-color: @theme-sidebar-background-highlight-color;
@theme-sidebar-foreground-highlight-color: @theme-accent-color;
@theme-navbar-background-color: #1d5902;
@theme-navbar-foreground-color: #fff;
@theme-navbar-broadcast-toggle-background-color: @theme-neutral-background-color;
@theme-tab-background-highlight-color: #dcffb2;
@theme-badge-inverse-background-color: @theme-background-highlight-color;
@theme-badge-inverse-foreground-color: @theme-foreground-color;
@theme-badge-background-color: @theme-foreground-muted-color;
@theme-badge-foreground-color: @theme-navbar-foreground-color;
@theme-well-background-color: @theme-neutral-background-highlight-color;
@theme-well-background-highlight-color: @theme-neutral-background-color;
@theme-well-accent-background-color: @theme-tab-background-highlight-color;
@theme-well-accent-background-highlight-color: @theme-background-highlight-color;
@theme-well-inverse-background-color: @theme-well-background-highlight-color;
@theme-well-inverse-foreground-color: @theme-foreground-color;
@theme-neutral-background-color: #b0cc8e;
@theme-neutral-background-highlight-color: #9ab27d;
@theme-neutral-foreground-color: @theme-foreground-color;
@theme-avatar-initials-color: @theme-background-color;
@theme-avatar-border-color: @theme-border-color;
@theme-info-background-color: @theme-tab-background-highlight-color;
@theme-info-border-color: @theme-border-color;
@theme-info-color: #1d5902;
@theme-modify-background-color: #1d5902;
@theme-modify-background-highlight-color: #4c8530;
@theme-modify-foreground-color: @theme-button-foreground-color;
@theme-modify-inverse-background-color: #4c8530;
@theme-modify-inverse-background-highlight-color: #53a617;
@theme-modify-inverse-foreground-color: @theme-navbar-foreground-color;
@theme-modal-title-color: @theme-well-inverse-foreground-color;
@theme-dropdown-background-color: @theme-tab-background-highlight-color;
@theme-dropdown-background-highlight-color: #53a617;
@theme-dropdown-background-highlight-end-color: @theme-dropdown-background-highlight-color;
@theme-input-background-color: #fff;
@theme-box-shadow-color: transparent;
@theme-box-shadow-inverse-color: transparent;
@theme-text-shadow-color: transparent;
@theme-text-shadow-inverse-color: transparent;
@theme-info-input-active-shadow-color: transparent;
@theme-neutral-shadow-color: transparent;
@theme-error-input-active-shadow-color: transparent;
@tableBackgroundAccent: @theme-sidebar-background-highlight-color;
@a5-markdown-upload-instructions-background: @theme-well-background-highlight-color;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment