Coder Social home page Coder Social logo

shadorain / shadotheme Goto Github PK

View Code? Open in Web Editor NEW
74.0 2.0 6.0 1.35 MB

The ultimate purple and pink dark cherry blossom theme!

License: BSD 3-Clause "New" or "Revised" License

Vim Script 41.23% Lua 58.77%
colorscheme vim shell terminal st purple pink cherry pallate

shadotheme's Introduction

shadotheme

My ultimate purple and pink dark cherryblossom theme! For all my screenshots and everything I use Source Code Pro as my font.

Installation

NOTE: This repo will grow overtime with many different colorschemes for different software.

Vim / Neovim

Shadovim(Nvim): is pretty well integrated with shadotheme and Treesitter for that nicer highlighting, take a look for inspiration or feel free to use it!

Install with any Plugin manager

vim-plug:

Plug 'Shadorain/shadotheme'

Packer:

use { 'Shadorain/shadotheme' }

Manual

mkdir ~/.config/nvim/colors/
ln ./colors/shado.vim ~/.config/nvim/colors/

Finally in your .vimrc or init.vim set the colorscheme:

colorscheme shado

Lualine

Skip this step if using a plugin manager

cp -f ./lua/lualine/themes/shado.lua ~/.local/share/nvim/site/pack/packer/start/lualine.nvim/lua/lualine/themes/shado.lua

After copying the theme file for lualine, we need to set it in our config!

require'lualine'.setup {
  options = { theme = 'shado' }
}

Lightline

To install the theme for the lightline bar in neovim use:

ln -sf ./shado_lightline.vim ~/.local/share/nvim/plugged/lightline.vim/autoload/lightline/colorscheme/deus.vim

We need to set the lightline theme in our config to deus.vim (note I did this because I havent found a way to add a custom theme so I overwrote one of the default ones)

let g:lightline = { 'colorscheme': 'deus' }

Terminal

To install my terminal colorscheme it is up to your terminal honestly. Here is the color palette:

black #140a1d #140a1d
red #B52A5B #B52A5B
green #FF4971 #FF4971
yellow #8897F4 #8897F4
blue #bd93f9 #bd93f9
magenta #E9729D #E9729D
cyan #F18FB0 #F18FB0
white #f1c4e0 #f1c4e0
black #a8899c #a8899c
red #B52A5B #B52A5B
green #FF4971 #FF4971
yellow #8897F4 #8897F4
blue #bd93f9 #bd93f9
magenta #E9729D #E9729D
cyan #F18FB0 #F18FB0
white #f1c4e0 #f1c4e0
background #09090d #09090d
foreground #e3c7fc #e3c7fc
cursor #f1c4e0 #f1c4e0

Shell

To have special LS_COLORS, set these environment variables in your shell's configuration:

LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.md=38;5;68:*.log=38;5;68:*.c=38;5;169:*.h=38;5;135:*.o=38;5;97:*.y=38;5;99:*.l=38;5;99:*.sh=38;5;104"
EXA_COLORS="*.md=38;5;68:*.log=38;5;68:*.c=38;5;169:*.h=38;5;135:*.o=38;5;97:*.y=38;5;99:*.l=38;5;99:*.sh=38;5;104"

ST

This struct holds the colors for ST to handle. Copy and paste this into config.h in your st directory and recompile. You could also simply use my configuration which is fully patched and setup with shadotheme, checkout here: ShadoST

/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
    /* 8 normal colors */
  [0] = "#140a1d", /* black   */
  [1] = "#B52A5B", /* red     */
  [2] = "#FF4971", /* green   */
  [3] = "#8897F4", /* yellow  */
  [4] = "#bd93f9", /* blue    */
  [5] = "#E9729D", /* magenta */
  [6] = "#F18FB0", /* cyan    */
  [7] = "#f1c4e0", /* white   */

  /* 8 bright colors */
  [8]  = "#a8899c",  /* black   */
  [9]  = "#B52A5B", /* red     */
  [10] = "#FF4971", /* green   */
  [11] = "#8897F4", /* yellow  */
  [12] = "#bd93f9", /* blue    */
  [13] = "#E9729D", /* magenta */
  [14] = "#F18FB0", /* cyan    */
  [15] = "#f1c4e0", /* white   */

  /* special colors */
  [256] = "#09090d", /* background */
  /* [257] = "#f1c4e0", /1* foreground *1/ */
  [257] = "#e3c7fc", /* foreground */
  [258] = "#f1c4e0",     /* cursor */
};

Screenshots

C Language Rust Language Shell Image

shadotheme's People

Contributors

dvchoudh avatar max397574 avatar schnippl0r avatar shadorain avatar tarundacoder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

shadotheme's Issues

it adds a cursorline and does not have better comment syntax

After installing it, I am seeing cursorline with this theme in my termianal which is distracting.. And another thing is that it doesn't make better comment syntax. I mean, I would like to see my comment little bit off comparing to my code.

So i uninstalled the theme. If these issues are fixed, then i would like to try it again...

Does not work in Vim

Tried in stock vim 8.2 and Vim 9.0

Error detected while processing /home/user/dotfiles/.vim/plugged/shadotheme/colors/shado-legacy.vim:
line 56:
E423: Illegal argument: blend=10

Treesitter support

Can someone please add tree-sitter support to this theme?
It would be awesome!

Shadotheme for airline

Hey shado,
Is there some kind of theme like this for airline too, cuz I use airline, it looks pretty good, if you can, can you create shadotheme for airline too?
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.