diff --git a/pkg/settings.go b/pkg/settings.go index 061a63e..a2b1d91 100644 --- a/pkg/settings.go +++ b/pkg/settings.go @@ -59,7 +59,7 @@ func getBuiltinSettings() Settings { return Settings{ ConfigPath: "", - Theme: "tokyonight", + Theme: "tokyonight-dark", NoBuiltinLogFormats: false, NoBuiltinPatterns: false, diff --git a/readme.md b/readme.md index a3847a4..d46e94d 100644 --- a/readme.md +++ b/readme.md @@ -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" diff --git a/themes/tokyonight.yaml b/themes/tokyonight-dark.yaml similarity index 98% rename from themes/tokyonight.yaml rename to themes/tokyonight-dark.yaml index fd54355..c12709b 100644 --- a/themes/tokyonight.yaml +++ b/themes/tokyonight-dark.yaml @@ -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