• index.html
  •  browse/
    •  newest/
      • capo-light.theme
      • green.theme
      • clouds-midnight.theme
    • next.html
    • previous.html
    • random.html
  •  other/
    • about.html
    • help.html
/**
* 

\file

http://Themebow.com *

\brief

get your favorite color themes for all your editors *

\theme

twilight

* * Welcome to Themebow.com * You can finally get your favorite color theme for any editor * or console application * * Currently supported: * -Visual Studio * -Eclipse * -Qt * -Sublime Text * -LiteIDE * -Vim * * * The functions below are links, use them! */



#include

<

iostream

>

#include

"

twilight.h

"


int

main

(

int

argc,

char

*

argv[])
{

//this is a preview of the theme

std::cout <<

"Hello, world!"

<< std::endl

;

int

a

,

b

;

a

=

5

;



//click the methods below to execute the according command

show_next_theme

();

show_previous_theme

();

show_random_theme

();

//you can also refresh this page to do so





download_theme_for

();

}