sponsor Vim development Vim logo Vim Book Ad

HHCS_D : Seven dark colorschemes for happy hacking.

 script karma  Rating 5/11, Downloaded by 1641  Comments, bugs, improvements  Vim wiki

created by
Hideyuki HIRAUCHI
 
script type
color scheme
 
description
    Black background and lightgray text.
    Outer has some unique feature. (LineNr&Fold, NonText, etc...)
    No bold. No italic. For very small font. (I'm using 7.5pts font in NotePC)
    Six colorschemes are using only 15 cterm colors, hhdred is using 16 cterm colors. But now, they are almost gui only.
    Seven variations with a feeling of unification. So it is easy to change hhd<theme> by session, filetype, account, mood or "Today's Lucky Color".

    Try hhdgray first.

cterms
    dos: Terrible. No underline. lightred=>red, lightgreen=>green, and so on.
    xterm: Terrible. lightred=>red, lightgreen=>green, and so on.
    gnometerm: May be compatible. Please send report(simply OK or NG) to me.

Options
    format:                                                          
           hhcs_<gui|cterm|both>_<theme|all>_<target>="value"        
    target:                                                          
       linenr                                                        
           "light"      : underline, fg=black,        bg=light<theme>
           "dark"       : underline, fg=black,        bg=dark<theme>  
           "normal"     : none,      fg=light<theme>, bg=black        
       nontext                                                        
           "underlined" : underline, fg=dark<theme>,  bg=black        
           "normal"     : none,      fg=dark<theme>,  bg=black        
    example:                                                            
       This is original settings.                                
           :let hhcs_both_all_linenr  ="light"                    
           :let hhcs_both_all_nontext ="underlined"              
       This is prototype settings.                                
           :let hhcs_both_all_linenr  ="dark"                    
           :let hhcs_both_all_nontext ="underlined"              
       If you don't want to eccentric feature, try this.          
           :let hhcs_both_all_linenr  ="normal"                  
           :let hhcs_both_all_nontext ="normal"                  
       Normal, except hhdgray(gui), hhdgreen(cterm).              
           :let hhcs_both_all_linenr        ="normal"            
           :let hhcs_both_all_nontext       ="normal"            
           :let hhcs_gui_hhdgray_linenr     ="light"              
           :let hhcs_gui_hhdgray_nontext    ="underlined"        
           :let hhcs_cterm_hhdgreen_linenr  ="dark"              
           :let hhcs_cterm_hhdgreen_nontext ="underlined"        
       For poor cterm                                            
           :let hhcs_cterm_all_linenr     ="normal"              
 
install details
    $ tar xvfz HHCS_D_<ver>.tar.gz
    $ mv HappyHackingColorScheme_Dark/hhd*.vim $VIMRUNTIME/colors/
    :color hhdblue
    :color hhdcyan
    :color hhdgray
    :color hhdgreen
    :color hhdmagenta
    :color hhdred
    :color hhdyellow
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
HHCS_D_1.3.tar.gz 1.3 2003-11-07 6.0 Hideyuki HIRAUCHI [MINOR_CHANGE]Add options. Now, If you don't want to eccentric feature, you can off it.
ip used for rating: 13.59.231.155

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github