On Thursday 15 October 2009, Pablo Giménez wrote:

> Is there any way to get the name of the current colorscheme
> used in a vim script???

if the scheme is properly written it has a line assigning its 
name to the global variable 'colors_name', for example:

let g:colors_name = "biogoo"

so you can query and use that

hth,

sc

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to