A vibrant red and gold colorscheme for endless celebration. It brings the festive spirit of the Chinese New Year to your code 365 days a year.
-
"Follow the White Rabbit": This colorscheme is so extreme that you’ll want to pull the plug on your computer and go to a party, simply because looking at your code is no longer an option.
-
"The Ultimate Red Pill": Choosing this theme IS taking the Red Pill. It wakes you up from the Matrix of modern productivity—a world built on the illusion of "efficient work" and "sensible design."
-
"A Glitch in the Matrix": Like an anomaly from the old web, this glitch takes its name from the legendary "hao123"—with its numbers overwritten by the lucky "888." It brings a chaotic energy to your terminal that shouldn't exist today.
"What is real? How do you define 'real'?"
Have you ever had that feeling where you’re not sure if you’re awake or still dreaming? Most modern UI is made to keep you in a quiet, gray dream. It is a safe space where "efficiency" is the only rule. We think hard while looking at this gray screen, but we follow the order without thinking. We never ask if our "perfect workspace" is actually just a digital hallucination.
"It's the question that drives us. It's the question that brought you here."
Why does this colorscheme exist? To look at this intense red screen is to experience a glitch in the common myths of what an editor "should" be. Why do your eyes hurt so much? You already know the answer. If you feel a sudden urge to pull the plug, consider the possibility that you are a Brain in a Vat. Perhaps this chaotic UI is the only thing that shocks you back into realizing your own existence.
If your logical mind finds this design "unusable," congratulations: your reason has successfully identified its own internal parameters. You see now that "good design" is not an absolute truth. It is merely a relative value judgment. It is not wrong to want order, but it is just one of many options in a raw and unedited world.
If you are rational enough to be offended by this anarchy, it means you are rational enough to perceive your "reality" as an illusion.
"Welcome to the desert of the real."
(We have eye drops.)
- Vim 8.0+
- True color support (
set termguicolors)
Use your favorite plugin manager. If you use vim-plug:
call plug#begin('~/.vim/plugged')
Plug 'iota-kappa/hao888.vim'
call plug#end()
Add these lines to your .vimrc:
set termguicolors
colorscheme hao888
To try it temporarily in a running Vim session, run:
:colorscheme hao888

