- Notifications
You must be signed in to change notification settings - Fork9
A flow-immersive Nvim colorscheme with fluorescent details.
License
0xstepit/flow.nvim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Flow is anNvim color scheme written inLua. It features a carefully curated palette to enhancefocus during coding, complemented by fluorescent accents for a vibrant and dynamic look.
Why fluo? Because it's simply cool!
Flow uses a palette of nine HSL-based colors, chosen to create a cohesive and visually appealingenvironment. The primary color is light blue, with supporting tones selected as follows based onthe saturation value:
Analogous (±30°): blue, cyan.
Complementary (±180°): orange.
Tetradic 60 (±60°): purple, green.
Split comp (±150°): yellow, red.
Additionally, sky blue enhances the blue tones, and a fluorescent color provides striking accents.
Install Flow with your preferred package manager, such asfolke/lazy.nvim:
{"0xstepit/flow.nvim",lazy=false,priority=1000,tag="vX.0.0",opts= {-- Your configuration options here. },}Use the tag field to prevent breaking changes from automatic updates.
Setup and start using Flow with default options:
require("flow").setup{}vim.cmd"colorscheme flow"
The following section describes how to configure the plugin using Lazy plugin manager.
return {"0xstepit/flow.nvim",lazy=false,priority=1000,tag="v2.0.1",opts= {theme= {style="dark",-- "dark" | "light"contrast="default",-- "default" | "high"transparent=false,-- true | false },colors= {mode="default",-- "default" | "dark" | "light"fluo="pink",-- "pink" | "cyan" | "yellow" | "orange" | "green"custom= {saturation="",-- "" | string representing an integer between 0 and 100light="",-- "" | string representing an integer between 0 and 100 }, },ui= {borders="inverse",-- "theme" | "inverse" | "fluo" | "none"aggressive_spell=false,-- true | false }, },config=function(_,opts)require("flow").setup(opts)vim.cmd("colorscheme flow")end, },}
Keep in mind that thetransparent flag sets the background of neovim transparent and, as aresult, the terminal emulator background will be visible. It is suggested to always add some bluurto the terminal emulator when the background is transparent.
Below the list of supported plugins divided by category:
Debug:nvim-dap.
Coding:telescope,treesitter,ibl,oil,flash
AI:avante
Utils:lazy,masontrouble,todo-comments,which-key,render-markdwon,mini-hipatterns
Base Nvim: diagnostic, lsp, markdown.
Flow.nvim provides colorschemes also for the following tools:
fzf atfzf-flow.sh.
To generate extra themes you can use theMakefile:
make extras
Now you can copy generated files at./extras/ where your configuration is sourcing them.
Pull requests and improvement suggestions are very welcome! If you want to helpdeveloping the plugin, please consider addressing one of the issue marked asgood-first-issue.
Or create a PR with improvements you would like to see!
My dotfile:0xstepit/dotfiles.
This project is inspired by other amazing colorscheme:
About
A flow-immersive Nvim colorscheme with fluorescent details.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.


