~ubuntu-branches/ubuntu/edgy/fcmp/edgy

« back to all changes in this revision

Viewing changes to data/ccl/ui.ccl

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2003-04-09 09:12:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030409091233-1ruf5bvxfmd9o36u
Tags: 1.18.20030311-2
debian/control: Changed dependencies for not breaking freecraft anymore.
Many thanks to Daniel Burrows for his help in pointing the solution
(closes: #185657).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;   ___________                     _________                _____  __
2
2
;;   \_   _____/______   ____   ____ \_   ___ \____________ _/ ____\/  |_
3
 
;;    |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __\ 
 
3
;;    |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __|
4
4
;;    |     \   |  | \/\  ___/\  ___/\     \____|  | \// __ \|  |   |  |
5
5
;;    \___  /   |__|    \___  >\___  >\______  /|__|  (____  /__|   |__|
6
6
;;        \/                \/     \/        \/            \/
10
10
;;
11
11
;;      ui.ccl          -       Define the user interface
12
12
;;
13
 
;;      (c) Copyright 2000,2001 by Lutz Sammer
 
13
;;      (c) Copyright 2000,2002 by Lutz Sammer
14
14
;;
15
15
;;      FreeCraft is free software; you can redistribute it and/or modify
16
16
;;      it under the terms of the GNU General Public License as published
17
 
;;      by the Free Software Foundation; either version 2 of the License,
18
 
;;      or (at your option) any later version.
 
17
;;      by the Free Software Foundation; only version 2 of the License.
19
18
;;
20
19
;;      FreeCraft is distributed in the hope that it will be useful,
21
20
;;      but WITHOUT ANY WARRANTY; without even the implied warranty of
22
21
;;      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
22
;;      GNU General Public License for more details.
24
23
;;
25
 
;;      $Id: ui.ccl,v 1.1 2001/06/19 22:19:26 johns Exp $
26
 
;;
 
24
;;      $Id: ui.ccl,v 1.14 2002/12/17 06:40:30 nehalmistry Exp $
27
25
 
28
26
(define color-dark-green        149)    ; FIXME: move to central position
29
27