Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed folds #7

Open
ghost opened this issue Feb 18, 2016 · 14 comments
Open

Closed folds #7

ghost opened this issue Feb 18, 2016 · 14 comments

Comments

@ghost
Copy link

ghost commented Feb 18, 2016

Closed folds are a bit too dark for me:

screenshot_2016-02-18_17-57-28

How about highlight Folded ctermfg=138 ctermbg=235 guifg=#af8787 guibg=#262626?

screenshot_2016-02-18_17-56-04

@AlessandroYorba
Copy link
Owner

Folded ctermfg=109 ctermbg=233 guifg=#87afaf guibg=#121212
folded_1

Folded ctermfg=237 ctermbg=138 guifg=#3a3a3a guibg=#af8787
folded_2

Folded ctermfg=180 ctermbg=233 guifg=#dfaf87 guibg=#121212
folded_3

Folded ctermfg=138 ctermbg=233 guifg=#af8787 guibg=#121212
folded_4

Folded ctermfg=187 ctermbg=52 guifg=#dfdfaf guibg=#5f0000
folded_5

@ghost
Copy link
Author

ghost commented Feb 19, 2016

Top one :-)

Folded ctermfg=109 ctermbg=233 guifg=#87afaf guibg=#121212

@AlessandroYorba
Copy link
Owner

I'm considering selecting a one of them as the default and then a few others can be Shouts that the user can place in their vimrc. I'll keep you posted

@AlessandroYorba
Copy link
Owner

Yo! @NightVigil
I updated the Folded HL. I also altered the Diffthis HL

hi Folded ctermbg=66 ctermfg=187 guibg=#5f8787 guifg=#dfdfaf

folded

@ghost
Copy link
Author

ghost commented May 14, 2016

Too stark for me. Here's how I'm using alduin:

let g:alduin_Shout_Become_Ethereal = 1
if &term =~ 'xterm'
let g:alduin_Shout_Aura_Whisper = 1
endif
colorscheme alduin
highlight Folded ctermfg=109 ctermbg=233 guifg=#87afaf guibg=#121212
highlight LineNr ctermfg=243 ctermbg=235 guifg=#767676 guibg=#262626
highlight CursorLineNR ctermfg=101 guifg=#87875f
highlight CursorLine ctermbg=235 guibg=#262626

@gangelop
Copy link

I also think the current bg is too bright (66, #5f8787).

@ghost
Copy link
Author

ghost commented Oct 12, 2016

AlessandroYorba, I hope you don't mind but I've forked Alduin and made a few changes so as to improve visibility of some elements from my perspective. Actually, I think they are the same changes as in my previous comment.

@AlessandroYorba
Copy link
Owner

AlessandroYorba commented Oct 12, 2016

@jiyyt sure thing. I'm making a few new changes to Aduin, and would love check out your additions. Also, not sure if you noticed the re-factoring I did on the colorscheme. I laid out all the colors at the head and all color HL statements are now easier to read.

@ghost
Copy link
Author

ghost commented Oct 12, 2016

I only just forked it tonight. Previously, I was just adding highlight statements in my vimrc after the colour scheme was loaded, and checking them to see if they were still needed every time I did a pull, so I didn't edit the code until tonight (so I didn't notice any refactoring).

@AlessandroYorba
Copy link
Owner

Cool, I just committed a new darker default. I'm also going to change the CursorLineNr color to brighten it up. What color are you using for that?

@AlessandroYorba
Copy link
Owner

also, both you and @lathan should check out despacio when you have the time

@ghost
Copy link
Author

ghost commented Oct 12, 2016

Will do. I'll update and check out the new changes as well tomorrow. The two changes I've made are here and here.

@AlessandroYorba
Copy link
Owner

Looks good, here's what I have here

@gangelop
Copy link

@AlessandroYorba theme machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants