GithubHelp home page GithubHelp logo

wobblyyyy / neomoonfly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bluz71/vim-moonfly-colors

0.0 0.0 0.0 2.59 MB

A dark color scheme for Vim

License: MIT License

Shell 3.11% Lua 0.82% Vim Script 96.07%

neomoonfly's Introduction

neomoonfly

neomoonfly is a fork of the moonfly theme created by bluz71. I take absolutely no credit for the vast majority of the theme: there are a couple of minor modifications made to accommodate for some of my personal preferences, but other than that, it's pretty much exactly the same. Because too many changes have been made to the original theme, this theme will NOT be receiving any updates the original moonfly does.

Sources of inspiration for the original moonfly theme include:

Sources of inspiration for neomoonfly include:

Although not even tangentially related to neomoonfly or moonfly, bluz71, the creator of moonfly, maintains another theme named nightfly, which is available here.

Screenshots

Check out some screenshots here.

Quickstart

Here's an example of getting neomoonfly set up. This configures all of the default options (you could omit all of lines starting with let and be completely fine) and sets the color scheme to neomoonfly.

let g:nmfCursorColor = 0
let g:nmfItalics = 1
let g:nmfNormalFloat = 0
let g:nmfTerminalColors = 1
let g:nmfTransparent = 0
let g:nmfUndercurls = 1
let g:nmfUnderlineMatchParen = 0
let g:nmfVertSplits = 1

let g:nmfCursorLine = 1
let g:nmfCursorColumn = 1

let g:nmfCursorLineColor = '#312a5e'
let g:nmfCursorColumnColor = '#312a5e'

let g:nmfCursorLineColorInsert = '#66292d'
let g:nmfCursorColumnColorInsert = '#66292d'

let g:nmfNormalBg = '#000000'
let g:nmfNormalFg = '#7de8aa'

let g:nmfLineNrBg = '#000000'
let g:nmfLineNrFg = '#00ffd9'

" if you use airline and want to use neomoonfly for airline:
let g:airline_theme = 'neomoonfly'

" set the color scheme to moonfly
color neomoonfly

" optionally, you could do:
" color neomoonflyext

Additional Configuration

neomoonfly adds a couple of "features," if you'll call them that, to the original moonfly. Those are as follows:

  • g:nmfCursorLine: 0 to disable cursor line, 1 to enable cursor line (1 by default)
  • g:nmfCursorColumn: 0 to disable cursor column, 1 to enable cursor column (1 by default)
  • g:nmfCursorLineColor: a hex color (ex. #00ff00), highlights the cursor's row/line when not in insert mode
  • g:nmfCursorColumnColor: a hex color (ex. #00ff00), highlights the cursor's column when not in insert mode
  • g:nmfCursorLineColorInsert: a hex color (ex. #00ff00), highlights the cursor's row/line when in insert mode
  • g:nmfCursorColumnColorInsert: a hex color (ex. #00ff00), highlights the cursor's column when in insert mode
  • g:nmfNormalBg: a hex color, default text background
  • g:nmfNormalFg: a hex color, default text foreground
  • g:nmfLineNrBg: a hex color, default line number background
  • g:nmfLineNrFg: a hex color, defualt line number foreground

neomoonflyext color scheme

Click here to learn more!

License

License: MIT

neomoonfly's People

Contributors

bluz71 avatar wobblyyyy avatar askoufis avatar anchorite avatar astridlyre avatar mhorne avatar nitemice avatar sparkcanon avatar

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.