Coder Social home page Coder Social logo

color.vim's Introduction

color.vim

my colorscheme

export NVIM_TUI_ENABLE_TRUE_COLOR=1
export FZF_DEFAULT_OPTS='
  --color=bg+:#282c34,bg:#21252a,spinner:#98c373,hl:#98c373
  --color=fg:#abb2c0,header:#abb2c0,info:#526270,pointer:#d19966
  --color=marker:#d19966,fg+:#abb2c0,prompt:#abb2c0,hl+:#d19966
'

~/.config/sway/config

bar {
  colors {
    separator #282c34
    background #21252a
    statusline #abb2c0
    focused_workspace #abb2c0 #21252a #abb2c0
    active_workspace #21252a #21252a #abb2c0
    inactive_workspace #21252a #21252a #abb2c0 
    urgent_workspace #abb2c0 #21252a #abb2c0
  }
}
client.focused          #282c34 #abb2c0 #282c34 #abb2c0 
client.focused_inactive #282c34 #282c34 #282c34 #282c34 
client.unfocused        #282c34 #282c34 #282c34 #282c34 
client.urgent           #282c34 #282c34 #282c34 #282c34 

~/.highlight/hinshun.theme

Description = "hinshun"

Default	= { Colour="#abb2c0" }
Canvas	= { Colour="#282c34" }
Number	= { Colour="#d19966" }
Escape	= Default
String	= { Colour="#98c373" }
BlockComment	= { Colour="#526270" }
StringPreProc = String
LineComment   = BlockComment
Operator      = Default
LineNum      = BlockComment
PreProcessor      = { Colour="#defa25" }
Interpolation  = Escape

Keywords = {
  { Colour="#4096dd" },
  { Colour="#4096dd" },
  { Colour="#4096dd" },
  { Colour="#4096dd" },
}

color.vim's People

Watchers

 avatar

Forkers

cnxtech

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.