NateCross / nate-uwu

🎨 A beautiful and dark vim colorscheme. This is Nate's modification of it, since this is the closest one to fit his preferences.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nate's modified uwu theme

  • This theme is based on the Dark Horizon theme from VSCode, plus uwu itself

TO-DO

  • Lualine support
    • Make it similar to kitty.conf
  • QuickUI (I think that's what it was called?) support
  • Telescope support
    • Rose-colored borders. Maybe that's possible?

Original readme

uwu

A beautiful and dark vim/neovim colorscheme.

Installation

Vim-Plug

Plug 'mangeshrex/uwu.vim'
  • Add colorscheme uwu to .vimrc or init.vim.

PackerNvim

use { 'mangeshrex/uwu.vim' }`

Options

For color highlight:

" To enable
let g:UwuNR=1 " default

" To disable
let g:UwuNR=1

" Remember to reload colorscheme after changing the variable

Screenshot

uwu-ss

  • With NvChad.

Hex Colors Codes

Color Hex Code
Foreground #c5c8c9
Background #131a1c
Black #1b2224
Red #f65b5b
Green #6bb05d
Yellow #e59e67
Blue #53a7bf
Magenta #b185db
Cyan #51a39f
White #c4c4c4
Bright Black #232a2c
Bright Red #c26f6f
Bright Green #8dc776
Bright Yellow #e7ac7e
Bright Blue #6cbad1
Bright Magenta #bb8fe5
Bright Cyan #6db0ad
Bright White #cecece

Terminal Config

Other

  • A VsCode port has been made for UwU, do check it out here.

TO-DO

[ ] Adding some famous statusline support.

[•] Beautifying the colors more.

Contributing

At this moment UwU colorscheme is at its beginning and needs to be ported to most of the programs used in day to day life. So, if anyone of you feels you can port it to your favourite programs then PR's heartily welcomed.

Discussion --> here

About

🎨 A beautiful and dark vim colorscheme. This is Nate's modification of it, since this is the closest one to fit his preferences.

License:MIT License


Languages

Language:Vim Script 100.0%