Subversion Repositories Kolibri OS

Rev

Rev 9422 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9422 Rev 9604
Line 1... Line 1...
1
#include "TWB\colors.h"
1
#include "TWB\colors.h"
2
#include "TWB\anchors.h"
2
#include "TWB\anchors.h"
3
#include "TWB\parse_tag.h"
3
#include "TWB\parse_tag.h"
4
#include "TWB\special.h"
4
#include "TWB\special.h"
5
#include "TWB\tag_list.h"
5
#include "TWB\tag_list.h"
6
#define DEFAULT_BG_COL 0xffEBE8E9;
6
#define DEFAULT_BG_COL 0xffFBE5E4; //- peach; 0xffEBE8E9 - more grey
7
dword link_color_default;
7
dword link_color_default;
8
dword link_color_active;
8
dword link_color_active;
9
#include "TWB\links.h"
9
#include "TWB\links.h"
Line 10... Line 10...
10
 
10