Skip to content

Commit

Permalink
chore: rename "tokyonight" theme to "tokyonight-dark"
Browse files Browse the repository at this point in the history
  • Loading branch information
deponian committed Oct 27, 2024
1 parent 2d74f36 commit 26b154f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func getBuiltinSettings() Settings {
return Settings{
ConfigPath: "",

Theme: "tokyonight",
Theme: "tokyonight-dark",

NoBuiltinLogFormats: false,
NoBuiltinPatterns: false,
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,12 +434,12 @@ Customization

#### I want to change one of the colors in one of the built-in themes

1. Suppose you don't like the color of the "uuid" pattern in the "tokyonight" theme
1. Suppose you don't like the color of the "uuid" pattern in the "tokyonight-dark" theme
2. Just override it in your `logalize.yaml` like this:
```yaml
# . . .
themes:
tokyonight:
tokyonight-dark:
patterns:
uuid:
fg: "#ff0000"
Expand Down
4 changes: 2 additions & 2 deletions themes/tokyonight.yaml → themes/tokyonight-dark.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For the most part, it's based on colors from https://github.com/folke/tokyonight.nvim
# Source: https://github.com/folke/tokyonight.nvim
themes:
tokyonight:
tokyonight-dark:
formats:
# INFO:
# Nginx predefined "combined" format
Expand Down

0 comments on commit 26b154f

Please sign in to comment.