Giter Club home page Giter Club logo

onedark.nvim's Introduction

Hi ๐Ÿ‘‹, I'm Jeremy Monson

I'm a full-stack software engineer located in Santa Cruz, California.

monsonjeremy

  • ๐Ÿ”ญ Iโ€™m currently looking for work!
  • ๐ŸŒฑ Iโ€™m currently learning Rust and Elixir

Connect with me:

monsonjeremy @jeremymonson

Languages and Tools:

aws babel bash css3 cypress d3js docker elixir express figma gatsby git graphql html5 illustrator javascript jenkins jest mocha mongodb nextjs nodejs photoshop postgresql postman python react reactnative redis redux rust sass selenium typescript webpack

monsonjeremy

ย monsonjeremy

monsonjeremy

onedark.nvim's People

Contributors

dislabled avatar ful1e5 avatar monosans avatar monsonjeremy avatar raulcote 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

onedark.nvim's Issues

None of the dark options are working

How can I check what I'm doing wrong?
None of the "dark" options from the plugin is working... All windows are looking the same.

Here's my config:

require'nvim-web-devicons'.setup { default = true }
require'onedark'.setup {
    transparent = true,
    darkSidebar = true,
    darkFloat = true,
    sidebars = { 'packer', 'terminal', 'toggleterm' }
}
require('gitsigns').setup({ signcolumn = false, numhl = true })

vim.o.termguicolors = true
vim.o.guicursor = 'n-v-c:block-Cursor/lCursor-blinkon0,i-ci:ver25-Cursor/lCursor,r-cr:hor20-Cursor/lCursor'
vim.o.guifont = 'FiraCode Nerd Font Mono:12'
vim.o.inccommand = 'nosplit'
vim.go.t_Co = '256'
vim.o.background = 'dark'
vim.g.base16colorspace = 256
vim.cmd('colorscheme onedark')

The print shows nvim-tree but it is not applying also neither to packer, nor to terminal windows.

image

Configure plugin in lua using `require('onedark').setup({})`

First of all, thank you for the plugin! It works very well.

I see a trend of lua plugins for nvim having the following for configuration:

require('hlslens').setup({calm_down = true})

This is for example the case with hlslens, hardline and others. Would it be a possibility to also allow this type of setup? It makes the vim.g space less cluttered, easy to find the configuration for a specific plugin and makes it easier to clean up the config files.

Example from the readme converted:

require('onedark').setup({
    italic_functions = true,
    sidebars = { "qf", "vista_kind", "terminal", "packer" },

    -- Change the "hint" color to the "orange" color, and make the "error" color bright red
    colors = { hint = "orange", error = "#ff0000" }
})

Let me know what you think :)

transparency only on buffers and telescope

First things first: Nice theme! Thx for your work.

Im trying to go for transparency, but all non buffer windows (except telescope and the current active buffer) still have background. Is this a feature or a bug? :D

image

Wrong colors when programming in Rust

When programming in rust keywords such as fn, and impl that should be purple show up as a teal color when in other onedark themes they are purple. But keywords such as for, in, and match are correctly colored.
I don't have this issue when programming in python though.

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.