-
-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: rebalance colors, adhere to style guide & overhaul docs (#372)
Option names have been changed to be more intuitive and more closely follow the tmux naming conventions. Renamed: @catppuccin_window_current_background -> @catppuccin_window_current_number_color @catppuccin_window_current_color -> @catppuccin_window_current_text_color @catppuccin_window_default_background -> @catppuccin_window_number_color @catppuccin_window_default_color -> @catppuccin_window_text_color Removed: @catppuccin_window_default_fill, @catppuccin_window_current_fill Just set the number and text colors. Co-authored-by: Hammy <[email protected]> feat!: rebalance the colors used, and follow the styleguide fix(tests): add tests for window styling refactor!: change how windows are styled feat: rebalance the status module colors for cpu and battery docs: update the preview images docs: change the stack style for the preview, add flavor previews docs: update readme for v2 changes docs: use a column layout for the preview docs: add an example of a ram custom module docs: use markdownlint to check README.md docs: add a getting started guide docs: update links in the getting started guide docs: move the status line docs to the docs dir docs: add basic demo using vhs docs: add config reference docs: move more docs into ./docs/ docs: restructure the docs folder docs: add design explanation docs: add the version tag to the manual install instructions docs: fill out the design philosophy chore: update issue templates and contributing.md docs: tidy up docs and add an updated structure image docs: add instructions for gitmux docs: add a background to the structure image docs(CONTRIBUTING.md): add missing `[` feat!: change how status modules are styled
- Loading branch information
Showing
50 changed files
with
843 additions
and
859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.35.0/schema/markdownlint-config-schema.json", | ||
"line-length": { | ||
"code_block_line_length": 120, | ||
"tables": false | ||
}, | ||
"no-inline-html": { | ||
"allowed_elements": ["details", "summary", "img", "p", "a", "h3"] | ||
}, | ||
"first-line-heading": false, | ||
"no-alt-text": false, | ||
"code-block-style": { | ||
"style": "consistent" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.