Skip to content

Commit

Permalink
Updated hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgriv committed Jun 29, 2024
1 parent c3bab61 commit 8d6c412
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2024-06-28

### Changed

- Updated hover color.

## [1.0.7] - 2024-06-20

### Changed

- Update contributing `README` link.
- Updated contributing `README` link.

## [1.0.6] - 2024-06-20

Expand Down Expand Up @@ -55,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Official release of **Dark Castle Theme for Obsidian**.

[1.1.0]: https://github.com/scottgriv/Dark-Castle-Obsidian/compare/v1.0.7...v1.1.0
[1.0.7]: https://github.com/scottgriv/Dark-Castle-Obsidian/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/scottgriv/Dark-Castle-Obsidian/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/scottgriv/Dark-Castle-Obsidian/compare/v1.0.4...v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dark Castle",
"version": "1.0.7",
"version": "1.1.0",
"minAppVersion": "1.0.0",
"author": "scottgriv",
"authorUrl": "https://github.com/scottgriv",
Expand Down
3 changes: 2 additions & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ body.theme-dark {
--dark-castle-palette-black: #000000;
--dark-castle-palette-black-02: #1A1A1A;
--dark-castle-palette-dark-gray: #292929;
--dark-castle-palette-dark-gray-02: #333333;
--dark-castle-palette-gray: #575757;
--dark-castle-palette-light-gray: #9C9C9C;
--dark-castle-palette-white: #FFFFFF;
Expand Down Expand Up @@ -68,7 +69,7 @@ body.theme-dark {
);
--dark-castle-text-normal: var(--dark-castle-palette-light-gray);
/*--dark-castle-text-muted: #8695b799;*/
--dark-castle-accent-hover: var(--dark-castle-palette-light-yellow); /* Hover Accent */
--dark-castle-accent-hover: var(--dark-castle-palette-gray); /* Hover Accent */
--dark-castle-palette-light-blue-hover: color-mix(
in hsl shorter hue,
var(--dark-castle-palette-light-blue),
Expand Down

0 comments on commit 8d6c412

Please sign in to comment.