Giter VIP home page Giter VIP logo

oxocarbon-lua.nvim's Introduction

oxocarbon.nvim rewritten in fennel!

The original theme has been rewritten in fennel, which means this plugin is not needed anymore. I leave it as a public archive.

oxocarbon-lua.nvim

A lua rewrite of the original oxocarbon.nvim theme written in Rust.
Original author: @shaunsingh

Table Of Contents

Installing

Install using your favourite package manager, e.g. packer:

use 'B4mbus/oxocarbon-lua.nvim'

or plug:

Plug 'B4mbus/oxocarbon-lua.nvim'

Using

If you are using lua and the newest 0.8.0 neovim version do:

vim.cmd.colorscheme 'oxocarbon-lua'

Otherwise:

vim.cmd 'colorscheme oxocarbon-lua'

If you have a vimscript configuration this will get the theme running:

colorscheme oxocarbon-lua

Additional configuration

Disabling terminal colors

The original theme sets the terminal colors to oxocarbon's pallete, but it seems like a lot of tools use only the few first (black and white), which can make the usage of the terminal really annoying.

vim.g.oxocarbon_lua_keep_terminal = true

or

let g:oxocarbon_lua_keep_terminal = 1
Disabling italics
vim.g.oxocarbon_lua_disable_italic = true

or

let g:oxocarbon_lua_disable_italic = 1
Enabling transparency
vim.g.oxocarbon_lua_transparent = true

or

let g:oxocarbon_lua_transparent = 1
Alternative telescope style

The original's telescope looks like this: Original telescope

With this variable set it will look like this: Original telescope

vim.g.oxocarbon_lua_alternative_telescope = true

or

let g:oxocarbon_lua_alternative_telescope = 1

oxocarbon-lua.nvim's People

Contributors

dich0tomy avatar wolfecub 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

oxocarbon-lua.nvim's Issues

Transparent background

Thanks for this exciting new colorscheme!
Would it be possible to add an option to make the background transparent?

Add support for lualine?

lualine.nvim is a popular neovim status line plugin which has support for various themes, but doesn't really work with oxocarbon. After having used oxocarbon for a few weeks now I can't go back to any other theme so I would love to have oxocarbon as a theme for lualine.

I opened this issue in the original repo too but didn't get a reply, this fork seems like it has more features too! Great work

Looks kind of plain right now

screenshot of lualine

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.