Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
climacs
climacs
Commits
3324d4a1
Commit
3324d4a1
authored
Jul 07, 2006
by
Troels Henriksen
Browse files
Removed colors.lisp, it's in ESA now and no longer used in Climacs.
parent
89a6d3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
colors.lisp
deleted
100644 → 0
View file @
89a6d3ef
;;; -*- Mode: Lisp; Package: clim-extensions -*-
;;; (c) copyright 2006 by
;;; Tim Moore (moore@bricoworks.com)
;;; This library is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Library General Public
;;; License as published by the Free Software Foundation; either
;;; version 2 of the License, or (at your option) any later version.
;;;
;;; This library is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;;; Library General Public License for more details.
;;;
;;; You should have received a copy of the GNU Library General Public
;;; License along with this library; if not, write to the
;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;;; Boston, MA 02111-1307 USA.
;;; Color definitions from McCLIM that don't exist in Classic CLIM
(
in-package
:clim-extensions
)
#-
mcclim
(
progn
(
defparameter
+blue-violet+
(
make-rgb-color
0.5412
0.1686
0.8863
))
(
defparameter
+gray50+
(
make-gray-color
0.4980
))
(
defparameter
+gray85+
(
make-gray-color
0.8510
))
(
defparameter
+dark-blue+
(
make-rgb-color
0.0
0.0
0.5451
))
(
defparameter
+dark-green+
(
make-rgb-color
0.0000
0.3922
0.0000
))
(
defparameter
+dark-violet+
(
make-rgb-color
0.5804
0.0000
0.8275
))
(
defparameter
+maroon+
(
make-rgb-color
0.6902
0.1882
0.3765
))
(
defparameter
+purple+
(
make-rgb-color
0.6275
0.1255
0.9412
)))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment