GithubHelp home page GithubHelp logo

romgrk / doom-one.vim Goto Github PK

View Code? Open in Web Editor NEW
104.0 5.0 20.0 263 KB

A dark colorschme for vim, ported from doom-emacs' doom-one theme.

Vim Script 100.00%
vim colorscheme doom-emacs doom-one

doom-one.vim's People

Contributors

benwilliamgraham avatar dsabadie-datadog avatar hadronized avatar mstanciu552 avatar romgrk 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  avatar

doom-one.vim's Issues

Is there a way to disable nvim related config?

Hi,

There is an error when apply this to vim - is there a way to skip those code?

line  571:
W18: Invalid character in group name
line  572:
W18: Invalid character in group name

Looks related to:

" Neovim Treesitter                                                         {{{2

hi! link @annotation            PreProc
hi! link @attribute             Macro
hi! link @boolean               Boolean
...

Better JSX / TSX support

Hi, this color scheme is great. But it doesn't seem to work well with jsx / tsx files:

jsx:
image

tsx:
image

While it's working on html files:

image

Many Errors

I don't know why im getting those errors. I think its due to recent changes in code.

Error detected while processing /home/ahmed/.config/nvim/plugged/doom-one.vim/colors/doom-one.vim:                                                                                   
line  203:                                                                                                                                                                           
E121: Undefined variable: g:doom_one_terminal_colors                                                                                                                                 
E15: Invalid expression: has("nvim") && g:doom_one_terminal_colors                                                                                                                   
E121: Undefined variable: g:doom_one_terminal_colors                                                                                                                                 
E121: Undefined variable: g:doom_one_terminal_colors                                                                                                                                 
E15: Invalid expression: has("nvim") && g:doom_one_terminal_colors

Italic comments

Is it possible to display comments in italic like in other one-like themes?

Too much purple

I recently switched to Treesitter, and honestly I am shocked. The colorscheme I grew to love is now just purple and yellow. I mean at this point might as well just change my terminal text color to purple and not use a colorscheme at all.

image

Polyglot left, and Treesitter right ^

image

Treesittter ^

Works but many errors

I get the following when launching while it still works the colorscheme it is very annoying. Any help is appreciated.

Error detected while processing /home/muevoid/.vimrc[54]../home/muevoid/.vim/plugged/doom-one.vim/colors/doom-one.vim[130]..function <SNR>10__:
line   26:
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
Error detected while processing /home/muevoid/.vimrc:
line   55:
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none
E254: Cannot allocate color none

Scheme not working, all black and white

Hi, I'm tried this color scheme and sadly all I get is grey and white. No highlighting at all. I'm still a quite new to the vim script stuff, so I'm not sure what is the problem. I just wanted to let you know, would love to try this theme.

If you need more info, just let me know.

White tilde...

image
I don't like the white tilde, can you please change the color to the gray used for inactive line number. If no, then could you please give me an indication as to how I can do this myself. Thanks in advance.

Manual Installation?

So i tried to install it manually, copied autoload/color.vim code to ~/.vim/autoload/color.vim and colors/doom-one.vim code to ~/.vim/colors/doom-one.vim, and when i set the colorscheme to my .vimrc it went black and white like #1, but since i am using vim 8.2 the workarounds from there didn't work .
Here is my .vimrc config

1 syntax on                                                                       
2
3 filetype on
4
5 colorscheme doom-one
6
7 set encoding=utf8
8
9 let g:airline_powerline_fonts = 1
10
11 let g:airline_theme='deus'
12
13 let g:airline#extensions#tabline#enabled = 1
14
15 let g:airline#extensions#tabline#left_sep = ' '
16
17 let g:airline#extensions#tabline#left_alt_sep = '|'
18
19 let g:airline#extensions#tabline#formatter = 'default'
20
21 set number

I installed onedark in the meantime in the same way and syntasis work great but the bg was set to a weird brownish color instead of the bluish that is supposed to, i don't know if this had anything to do with doom-one not working but maybe its worth it pointing it out.

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.