mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 14:04:22 -04:00
💅🏻 #78 RichBlack color in Bibata Amber "watch: background"
This commit is contained in:
parent
633c6c70ac
commit
ae8a73fabe
3 changed files with 5 additions and 2 deletions
|
@ -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`
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue