Definitely remove old Chinwag theme and not accidentally re-import it
from another branch again this time.
This commit is contained in:
parent
58dafe6f64
commit
83bd3ee051
5 changed files with 1 additions and 350 deletions
|
@ -1,24 +0,0 @@
|
|||
@import 'mastodon/mixins';
|
||||
@import 'chinwag_light/variables';
|
||||
@import 'fonts/roboto';
|
||||
@import 'fonts/roboto-mono';
|
||||
@import 'fonts/montserrat';
|
||||
|
||||
@import 'mastodon/reset';
|
||||
@import 'mastodon/basics';
|
||||
@import 'mastodon/containers';
|
||||
@import 'mastodon/lists';
|
||||
@import 'mastodon/footer';
|
||||
@import 'mastodon/compact_header';
|
||||
@import 'mastodon/landing_strip';
|
||||
@import 'mastodon/forms';
|
||||
@import 'mastodon/accounts';
|
||||
@import 'mastodon/stream_entries';
|
||||
@import 'mastodon/components';
|
||||
@import 'mastodon/emoji_picker';
|
||||
@import 'mastodon/about';
|
||||
@import 'mastodon/tables';
|
||||
@import 'mastodon/admin';
|
||||
@import 'mastodon/rtl';
|
||||
|
||||
@import 'chinwag_light/overrides';
|
File diff suppressed because one or more lines are too long
|
@ -1,64 +0,0 @@
|
|||
// Commonly used web colors
|
||||
$black: #000; // Black
|
||||
$white: #fff; // White
|
||||
$success-green: #79bd9a; // Padua
|
||||
$error-red: #df405a; // Cerise
|
||||
$warning-red: #ff5050; // Sunset Orange
|
||||
$gold-star: #ca8f04; // Dark Goldenrod
|
||||
|
||||
// Chinwag Greens
|
||||
$classic-base-color: #e9f2e1; // Light Base
|
||||
$classic-primary-color: #28372c; // Very Dark
|
||||
$classic-secondary-color: #638f37; // Darker Green
|
||||
$classic-highlight-color: #85c04b; // Lighter Green
|
||||
|
||||
// Variables for defaults in UI
|
||||
$base-shadow-color: $black !default;
|
||||
$base-overlay-background: $black !default;
|
||||
$base-border-color: $white !default;
|
||||
$simple-background-color: $white !default;
|
||||
$primary-text-color: $black !default;
|
||||
$darker-text-color: rgba($primary-text-color, 0.7) !default;
|
||||
$highlight-text-color: $classic-highlight-color !default;
|
||||
$inverted-text-color: $black !default;
|
||||
$lighter-text-color: rgba($inverted-text-color, 0.7) !default;
|
||||
$action-button-color: #8d9ac2;
|
||||
$valid-value-color: $success-green !default;
|
||||
$error-value-color: $error-red !default;
|
||||
|
||||
// Tell UI to use selected colors
|
||||
$ui-base-color: $classic-base-color !default; // Darkest
|
||||
$ui-base-lighter-color: darken($ui-base-color, 36%) !default; // Lighter darkest
|
||||
$ui-primary-color: $classic-primary-color !default; // Lighter
|
||||
$ui-secondary-color: $classic-secondary-color !default; // Lightest
|
||||
$ui-highlight-color: $classic-highlight-color !default; // Vibrant
|
||||
|
||||
// Variables for texts
|
||||
$primary-text-color: $white !default;
|
||||
$darker-text-color: $ui-primary-color !default;
|
||||
$dark-text-color: $ui-base-lighter-color !default;
|
||||
$secondary-text-color: $ui-secondary-color !default;
|
||||
$highlight-text-color: $ui-highlight-color !default;
|
||||
$action-button-color: $ui-base-lighter-color !default;
|
||||
// For texts on inverted backgrounds
|
||||
$inverted-text-color: $ui-base-color !default;
|
||||
$lighter-text-color: $ui-base-lighter-color !default;
|
||||
$light-text-color: $ui-primary-color !default;
|
||||
|
||||
// Buttons colors
|
||||
$status-buttons-base-color: $ui-primary-color;
|
||||
$status-buttons-active-color: $classic-highlight-color;
|
||||
$status-buttons-disabled-color: rgba($status-buttons-base-color, .4);
|
||||
|
||||
// Spoilers - Show More button
|
||||
$status-spoilers-background: $classic-primary-color;
|
||||
$status-spoilers-text: $white;
|
||||
$status-spoilers-active-background: $classic-highlight-color;
|
||||
|
||||
// Language codes that uses CJK fonts
|
||||
$cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;
|
||||
|
||||
// Variables for components
|
||||
$media-modal-media-max-width: 100%;
|
||||
// put margins on top and bottom of image to avoid the screen covered by image.
|
||||
$media-modal-media-max-height: 80%;
|
|
@ -867,7 +867,6 @@ en:
|
|||
themes:
|
||||
default: Chinwag
|
||||
mastodon: Mastodon Dark
|
||||
chinwag_light: Chinwag (Old)
|
||||
contrast: High Contrast
|
||||
time:
|
||||
formats:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
default: styles/mastodon-light.scss
|
||||
mastodon: styles/application.scss
|
||||
chinwag_light: styles/chinwag_light.scss
|
||||
contrast: styles/contrast.scss
|
||||
contrast: styles/contrast.scss
|
||||
|
|
Loading…
Reference in a new issue