Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Boolean set to orange as in VSC onedark theme. monsonjeremy/onedark.n…
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Dec 17, 2021
1 parent a36b6ba commit b6057bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `javascriptTSTagAttribute` highlight removed
- `TSTagAttribute` highlight added
- yellow changed to the same version as onedark palette. monsonjeremy/onedark.nvim#19
- Boolean set to orange as in VSC onedark theme. monsonjeremy/onedark.nvim#19

## [v0.0.3]- 11 Dec 2021

Expand Down
2 changes: 1 addition & 1 deletion lua/onedark/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function M.setup(config)
String = {fg = c.green}, -- a string constant: "this is a string"
Character = {fg = c.green}, -- a character constant: 'c', '\n'
-- Number = { }, -- a number constant: 234, 0xff
-- Boolean = { }, -- a boolean constant: TRUE, false
Boolean = {fg = c.orange}, -- a boolean constant: TRUE, false
-- Float = { }, -- a floating point constant: 2.3e10

Identifier = {fg = c.red, style = config.variable_style}, -- (preferred) any variable name
Expand Down

0 comments on commit b6057bd

Please # to comment.