-
-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved Catppuccin theme in the provided sample TOML file
- Loading branch information
Showing
5 changed files
with
39 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Colors are in RGB/RGBA hexadecimal. | ||
primary = "#303446" # Background | ||
secondary = "#a6d189" # Headers / incoming connections | ||
buttons = "#414559" # Buttons | ||
outgoing = "#f4b8e4" # Outgoing connections | ||
text_headers = "#232634" # Text headers | ||
text_body = "#c6d0f5" # Text body | ||
starred = "#e5c890aa" # Favorites | ||
|
||
# The following parameters are in the range [0.0, 1.0]. | ||
round_borders_alpha = 0.4 # Borders opacity | ||
round_containers_alpha = 0.25 # Containers opacity | ||
chart_badge_alpha = 0.2 # Chart opacity | ||
|
||
# Set to true if the theme is dark, false if it's light. | ||
nightly = true |
This file was deleted.
Oops, something went wrong.
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