Giter Club home page Giter Club logo

neogotham's Introduction

Neo Gotham banner

Code never sleeps in Neo Gotham City.

Neo Gotham is a very dark Neovim color theme based on the classic Vim Gotham.

Theme screenshot

The motivation was to write the theme using Lua and to make it compatible with recent Neovim.

It mostly follows Gotham with addition of some cyberpunk inspired colors for accented details.

For simplicity of development and support it's intended for terminals with true color capability.

In the future the theme might deviate from classic Gotham more as new features or improvements are added.

Configuration

By default Neo Gotham uses cyberpunk styled brighter accents for some elements like matching parentheses and search. Behavior of classic Gotham is still supported for those elements and can be enabled like this:

:lua require("neogotham"):setup({ oldgotham = true })

Then reload the theme with:

:colorscheme neogotham

This can also be applied on theme loading (see Examples).

Examples

Installation with lazy.nvim as a primary color theme

   {  'shmerl/neogotham',
      lazy = false, -- to make sure it's loaded on startup
      priority = 1000, -- to load before other plugins
      config = function()
         vim.cmd.colorscheme("neogotham")
      end
   }

Installation with lazy.nvim as a primary color theme using optional old Gotham styles

   {  'shmerl/neogotham',
      lazy = false,
      priority = 1000,
      config = function()
         require("neogotham"):setup({ oldgotham = true })
         vim.cmd.colorscheme("neogotham")
      end
   }

Installation with lazy.nvim as a secondary color theme (for manual loading)

   'shmerl/neogotham'

Special thanks and credits

neogotham's People

Contributors

shmerl avatar

Stargazers

Brett Barinaga avatar  avatar  avatar Simen Berge avatar leet0rz avatar Jack Evans avatar  avatar

Watchers

 avatar Simen Berge 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.