mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(profile) more colours and better contrast
This commit is contained in:
parent
f541c9ee75
commit
05aeca8408
@ -54,10 +54,14 @@ $primary-dark: #ff95bb;
|
|||||||
|
|
||||||
$colours: (
|
$colours: (
|
||||||
'pink': ('light': $primary, 'dark': $primary-dark),
|
'pink': ('light': $primary, 'dark': $primary-dark),
|
||||||
'red': ('light': $red, 'dark': $red-400),
|
'red': ('light': $red-600, 'dark': $red-400),
|
||||||
'orange': ('light': $orange-600, 'dark': $orange-300),
|
'orange': ('light': $orange-600, 'dark': $orange-300),
|
||||||
|
'brown': ('light': $orange-800, 'dark': $orange-500),
|
||||||
|
'yellow': ('light': $yellow-600, 'dark': $yellow-300),
|
||||||
'green': ('light': $green, 'dark': $green-300),
|
'green': ('light': $green, 'dark': $green-300),
|
||||||
|
'teal': ('light': $teal-700, 'dark': $teal-300),
|
||||||
'blue': ('light': $blue-700, 'dark': $blue-200),
|
'blue': ('light': $blue-700, 'dark': $blue-200),
|
||||||
'grey': ('light': $gray-600, 'dark': $gray-600),
|
'purple': ('light': $purple, 'dark': $purple-300),
|
||||||
|
'grey': ('light': $gray-600, 'dark': $gray-500),
|
||||||
'default':('light': $body-color, 'dark': $light),
|
'default':('light': $body-color, 'dark': $light),
|
||||||
);
|
);
|
||||||
|
@ -703,8 +703,12 @@ profile:
|
|||||||
pink: 'Pink'
|
pink: 'Pink'
|
||||||
red: 'Red'
|
red: 'Red'
|
||||||
orange: 'Orange'
|
orange: 'Orange'
|
||||||
|
yellow: 'Yellow'
|
||||||
|
teal: 'Teal'
|
||||||
green: 'Green'
|
green: 'Green'
|
||||||
blue: 'Blue'
|
blue: 'Blue'
|
||||||
|
purple: 'Purple'
|
||||||
|
brown: 'Brown'
|
||||||
grey: 'Grey'
|
grey: 'Grey'
|
||||||
styles:
|
styles:
|
||||||
_: '(Style…)'
|
_: '(Style…)'
|
||||||
|
@ -870,8 +870,12 @@ profile:
|
|||||||
pink: 'Pink'
|
pink: 'Pink'
|
||||||
red: 'Red'
|
red: 'Red'
|
||||||
orange: 'Orange'
|
orange: 'Orange'
|
||||||
|
yellow: 'Yellow'
|
||||||
|
teal: 'Teal'
|
||||||
green: 'Green'
|
green: 'Green'
|
||||||
blue: 'Blue'
|
blue: 'Blue'
|
||||||
|
purple: 'Purple'
|
||||||
|
brown: 'Brown'
|
||||||
grey: 'Grey'
|
grey: 'Grey'
|
||||||
styles:
|
styles:
|
||||||
_: '(Style…)'
|
_: '(Style…)'
|
||||||
|
@ -142,4 +142,8 @@ module.exports = [
|
|||||||
'profile.share.pronouns',
|
'profile.share.pronouns',
|
||||||
'profile.expendableList.more',
|
'profile.expendableList.more',
|
||||||
'profile.expendableList.show',
|
'profile.expendableList.show',
|
||||||
|
'profile.opinions.colours.yellow',
|
||||||
|
'profile.opinions.colours.teal',
|
||||||
|
'profile.opinions.colours.purple',
|
||||||
|
'profile.opinions.colours.brown',
|
||||||
];
|
];
|
||||||
|
@ -1418,8 +1418,12 @@ profile:
|
|||||||
pink: 'Różowy'
|
pink: 'Różowy'
|
||||||
red: 'Czerwony'
|
red: 'Czerwony'
|
||||||
orange: 'Pomarańczowy'
|
orange: 'Pomarańczowy'
|
||||||
|
yellow: 'Żółty'
|
||||||
green: 'Zielony'
|
green: 'Zielony'
|
||||||
|
teal: 'Seledynowy'
|
||||||
blue: 'Niebieski'
|
blue: 'Niebieski'
|
||||||
|
purple: 'Fioletowy'
|
||||||
|
brown: 'Brązowy'
|
||||||
grey: 'Szary'
|
grey: 'Szary'
|
||||||
styles:
|
styles:
|
||||||
_: '(Styl tekstu…)'
|
_: '(Styl tekstu…)'
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
export const colours = ['', 'pink', 'red', 'orange', 'green', 'blue', 'grey'];
|
export const colours = ['', 'pink', 'red', 'orange', 'brown', 'yellow', 'green', 'teal', 'blue', 'purple', 'grey'];
|
||||||
export const styles = ['', 'bold-italics', 'bold', 'italics', 'small'];
|
export const styles = ['', 'bold-italics', 'bold', 'italics', 'small'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user