8713f9d878
- pull in the palette changes to the HC css - adjust the color definitions for HC - address some of the problems with hover states in HC - reworked drawing functions for HC Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2284>
46 lines
871 B
SCSS
46 lines
871 B
SCSS
//GNOME Color Palette
|
|
$blue_1: #99c1f1;
|
|
$blue_2: #62a0ea;
|
|
$blue_3: #3584e4;
|
|
$blue_4: #1c71d8;
|
|
$blue_5: #1a5fb4;
|
|
$green_1: #8ff0a4;
|
|
$green_2: #57e389;
|
|
$green_3: #33d17a;
|
|
$green_4: #2ec27e;
|
|
$green_5: #26a269;
|
|
$yellow_1: #f9f06b;
|
|
$yellow_2: #f8e45c;
|
|
$yellow_3: #f6d32d;
|
|
$yellow_4: #f5c211;
|
|
$yellow_5: #e5a50a;
|
|
$orange_1: #ffbe6f;
|
|
$orange_2: #ffa348;
|
|
$orange_3: #ff7800;
|
|
$orange_4: #e66100;
|
|
$orange_5: #c64600;
|
|
$red_1: #f66151;
|
|
$red_2: #ed333b;
|
|
$red_3: #e01b24;
|
|
$red_4: #c01c28;
|
|
$red_5: #a51d2d;
|
|
$purple_1: #dc8add;
|
|
$purple_2: #c061cb;
|
|
$purple_3: #9141ac;
|
|
$purple_4: #813d9c;
|
|
$purple_5: #613583;
|
|
$brown_1: #cdab8f;
|
|
$brown_2: #b5835a;
|
|
$brown_3: #986a44;
|
|
$brown_4: #865e3c;
|
|
$brown_5: #63452c;
|
|
$light_1: #ffffff;
|
|
$light_2: #f6f5f4;
|
|
$light_3: #deddda;
|
|
$light_4: #c0bfbc;
|
|
$light_5: #9a9996;
|
|
$dark_1: #77767b;
|
|
$dark_2: #5e5c64;
|
|
$dark_3: #3d3846;
|
|
$dark_4: #241f31;
|
|
$dark_5: #000000; |