Skip to content

Commit 829b24a

Browse files
authored
fix(README): fix typos (#85)
fix(README): fix typos in README
1 parent 6e375c2 commit 829b24a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require("astrotheme").setup({
7171
},
7272

7373
style = {
74-
transparent = false, -- Bool value, toggles transperency.
74+
transparent = false, -- Bool value, toggles transparency.
7575
inactive = true, -- Bool value, toggles inactive window color.
7676
float = true, -- Bool value, toggles floating windows background colors.
7777
popup = true, -- Bool value, toggles popup background color.
@@ -92,12 +92,12 @@ require("astrotheme").setup({
9292
-- true: Enables all plugins highlights.
9393
-- false: Disables all plugins.
9494

95-
plugins = { -- Allows for individual plugin overides using plugin name and value from above.
95+
plugins = { -- Allows for individual plugin overrides using plugin name and value from above.
9696
["bufferline.nvim"] = false,
9797
},
9898

9999
palettes = {
100-
global = { -- Globaly accessible palettes, theme palettes take priority.
100+
global = { -- Globally accessible palettes, theme palettes take priority.
101101
my_grey = "#ebebeb",
102102
my_color = "#ffffff"
103103
},
@@ -115,7 +115,7 @@ require("astrotheme").setup({
115115
},
116116

117117
highlights = {
118-
global = { -- Add or modify hl groups globaly, theme specific hl groups take priority.
118+
global = { -- Add or modify hl groups globally, theme specific hl groups take priority.
119119
modify_hl_groups = function(hl, c)
120120
hl.PluginColor4 = {fg = c.my_grey, bg = c.none }
121121
end,

0 commit comments

Comments
 (0)