source: tags/0.12.0/j/themes/Pastel

Last change on this file was 4150, checked in by piso, 21 years ago

Initial checkin.

File size: 1.5 KB
Line 
1# -*- Mode: Properties -*-
2# Pastel
3# Brian Mastenbrook
4# $Id: Pastel,v 1.1 2003-09-30 18:42:41 piso Exp $
5
6color.text                    = 0 0 0
7color.background              = 234  240  240
8color.caret                   = 0 0 0
9
10color.selectionBackground     = 238 220 130
11color.preprocessor            = 176 48 96
12color.comment                 = 0 139 139
13color.keyword                 = 85 26 139
14color.brace                   = 0 0 0
15color.number                  = 77 77 77
16color.currentLineBackground   = 234  240  240
17color.function                = 0 0 139
18color.string                  = 77 77 77
19color.operator                = 0 0 0
20color.disabled                = 139 0 0
21ShellMode.color.prompt        = 69 139 116
22ShellMode.color.input         = 77 77 77
23
24HtmlMode.color.tag            = 153 204 204
25HtmlMode.color.anchor         = 0 0 0
26HtmlMode.color.image          = 0 0 0
27HtmlMode.color.table          = 0 0 0
28HtmlMode.color.tableRow       = 0 0 0
29HtmlMode.color.tableData      = 0 0 0
30HtmlMode.color.comment        = 0 139 139
31
32MakefileMode.color.target     = 0 0 139
33
34PropertiesMode.color.section  = 0 0 139
35
36DirectoryMode.color.directory = 69 139 116
37DirectoryMode.color.symlink   = 255 99 71
38DirectoryMode.color.marked    = 0 0 0
39
40# Font.PLAIN is 0, Font.BOLD is 1, Font.ITALIC is 2.
41style.text                    = 0
42style.keyword                 = 0
43style.function                = 0
44DirectoryMode.style.directory = 0
45DirectoryMode.style.marked    = 1
46ShellMode.style.prompt        = 1
47style.comment                 = 2
Note: See TracBrowser for help on using the repository browser.