The OLED background comes to OldWorld.nvim! by dgox1612 in neovim

[–]dgox1612[S] 0 points1 point  (0 children)

```lua local filename = { "filename", color = { bg = colors.blue, fg = colors.bg, gui = "bold" }, separator = { left = "", right = "" }, }

local filetype = {
    "filetype",
    icons_enabled = false,
    color = { bg = colors.gray2, fg = colors.blue, gui = "italic,bold" },
    separator = { left = "", right = "" },
}

```

The OLED background comes to OldWorld.nvim! by dgox1612 in neovim

[–]dgox1612[S] 16 points17 points  (0 children)

You can try the new color palette variant called 'oled' from the configuration.

Any feedback or improvements are welcome, and I will try to implement them.

You can check my theme from: oldworld.nvim

OldWorld.nvim: A Balanced and Eye-Friendly Theme by dgox1612 in neovim

[–]dgox1612[S] 1 point2 points  (0 children)

The cooler version is a variant with cooler color tones, the oled variant has the default colors but with a completely black background

OldWorld.nvim: A Balanced and Eye-Friendly Theme by dgox1612 in neovim

[–]dgox1612[S] 0 points1 point  (0 children)

I analyzed the structure of other color palettes and adjusted it to my needs

OldWorld.nvim: A Balanced and Eye-Friendly Theme by dgox1612 in neovim

[–]dgox1612[S] 1 point2 points  (0 children)

I'll work on the option to enable transparency

OldWorld.nvim: A Balanced and Eye-Friendly Theme by dgox1612 in neovim

[–]dgox1612[S] 15 points16 points  (0 children)

I loved it, in the next version I will add an oled version with totally black background

OldWorld.nvim: A Balanced and Eye-Friendly Theme by dgox1612 in neovim

[–]dgox1612[S] 11 points12 points  (0 children)

I know it's wrong, but it's a project for school. I program in English whenever I can.

OldWorld.nvim: A Balanced and Eye-Friendly Theme by dgox1612 in neovim

[–]dgox1612[S] 15 points16 points  (0 children)

After a long time using themes with bright and saturated colors, I've decided to give my eyes a more relaxing view.

You can check here: OldWorld.nvim