💅🏻 #78 RichBlack color in Bibata Amber "watch: background"

This commit is contained in:
ful1e5 2020-10-26 19:49:21 +05:30
parent 633c6c70ac
commit ae8a73fabe
3 changed files with 5 additions and 2 deletions

View file

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Windows Resize cursors wrong implementation fixed **#76** [Reopen]
- **Rich Black** color in `watch: background` (Bibata Amber) **#78**
- PyPi Requirements provided inside `setup.py`
- locked clickgen to **1.1.7**
- Package information provider module changed to `builder/pkg_info.py`

View file

@ -4,13 +4,14 @@ import { ThemeColors } from "bibata-core/src/types";
const black = "#000000";
const white = "#FFFFFF";
const amber = "#FF8300";
const richBlack = "#001524";
const themeColors: ThemeColors = {
Amber: {
base: amber,
outline: white,
watch: {
background: white
background: richBlack
}
},
Classic: {

View file

@ -4,13 +4,14 @@ import { ThemeColors } from "bibata-core/src/types";
const black = "#000000";
const white = "#FFFFFF";
const amber = "#FF8300";
const richBlack = "#001524";
const themeColors: ThemeColors = {
Amber: {
base: amber,
outline: white,
watch: {
background: white
background: richBlack
}
},
Classic: {