The anathema Reference Manual

This is the anathema Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Jul 13 18:27:33 2025 GMT+0.

Table of Contents


1 Systems

The main system appears first, followed by any subsystem dependency.


1.1 anathema

Color theme library for CLIM applications

Author

contrapunctus

License

Unlicense

Version

0.0.1

Dependencies
  • alexandria (system).
  • cl-colors2 (system).
  • serapeum (system).
  • clim (system).
  • closer-mop (system).
  • split-sequence (system).
Source

anathema.asd.

Child Component

src/ (module).


2 Modules

Modules are listed depth-first from the system components tree.


2.1 anathema/src/

Source

anathema.asd.

Parent Component

anathema (system).

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 anathema/anathema.asd

Source

anathema.asd.

Parent Component

anathema (system).

ASDF Systems

anathema.


3.1.2 anathema/src//packages.lisp

Source

anathema.asd.

Parent Component

src/ (module).

Packages

3.1.3 anathema/src//core.lisp

Source

anathema.asd.

Parent Component

src/ (module).

Public Interface
Internals

3.1.4 anathema/src//styles.lisp

Source

anathema.asd.

Parent Component

src/ (module).

Public Interface

3.1.5 anathema/src//default.lisp

Source

anathema.asd.

Parent Component

src/ (module).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 anathema.style

Source

packages.lisp.

Public Interface

4.2 anathema

Source

packages.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Special variables

Special Variable: *addition*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *code*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *comment*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *constant*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *current-theme*

The instance of ‘anathema:theme’ currently being used.

A value of NIL means the default theme is in effect.

Affects high-level theme accessors, i.e. ‘style-foreground-ink’, ‘style-background-ink’, ‘style-outline-ink’, ‘style-line-style’, and ‘style-text-style’.

Package

anathema.

Source

core.lisp.

Special Variable: *default*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *deletion*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *error*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *function*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *graph-bar*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *graph-bar-1*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *graph-bar-2*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *graph-bar-3*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *graph-bar-4*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *graph-bar-5*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *graph-bar-6*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *graph-bar-7*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *graph-bar-8*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *heading*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *heading-1*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *heading-2*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *heading-3*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *heading-4*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *heading-5*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *heading-6*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *heading-7*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *heading-8*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *highlight*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *keyword*
Package

anathema.style.

Source

styles.lisp.

Package

anathema.style.

Source

styles.lisp.

Special Variable: *method*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *modification*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *number*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *operator*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *pathname*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *property*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *region*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *selection*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *string*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *success*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *tag*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *type*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *variable*
Package

anathema.style.

Source

styles.lisp.

Special Variable: *warning*
Package

anathema.style.

Source

styles.lisp.


5.1.2 Macros

Macro: define-singleton (name direct-superclasses direct-slots &rest options)

Like ‘defclass’, but also define a ‘*<name>*’ special variable holding an instance of the class.

Package

anathema.

Source

core.lisp.

Macro: define-style (name direct-superclasses direct-slots &rest options)

Define an instance of ‘anathema:style’.

Like ‘defclass’, but also define a ‘*<name>*’ special variable holding an instance of the class.

If DIRECT-SUPERCLASSES do not contain ‘anathema:style’ or a subclass of the same, ‘anathema:style’ is added to the DIRECT-SUPERCLASSES.

Package

anathema.

Source

core.lisp.

Macro: define-theme (name direct-superclasses direct-slots &rest options)

Convenience macro for defining themes.

Like ‘defclass’, but also define a special variable ‘*NAME*’ containing an instance of this subclass.

OPTIONS may include a (:SPECIFIERS &REST SPECIFIERS) form, which is used to define methods on ‘anathema:foreground-ink-1’, ‘anathema:background-ink-1’, ‘anathema:outline-ink-1’, ‘anathema:line-style-1’, and ‘anathema:text-style-1’.

Each specifier must be a list in the form

(STYLE [KEYWORD BODY]+)

where

STYLE is the name of a subclass of ‘anathema:style’, or T to accept any Lisp object (like a ‘defmethod’ specializer),

KEYWORD is one of ‘:foreground-ink’, ‘:background-ink’, ‘:outline-ink’, ‘:line-style’, or ‘:text-style’,

and BODY may be

a string (which is assumed to be a color as a hexadecimal value, and passed to ‘anathema:make-color’),

a variable containing such a string,

or any number of forms which return the desired instance of ‘clim:ink’, ‘clim:line-style’, or ‘clim:text-style’ for this combination of ACCESSOR, STYLE, and theme.

Within BODY, the variables STYLE and MEDIUM are bound to the values of STYLE and MEDIUM, and the variable THEME is bound to the instance of the new subclass.

Package

anathema.

Source

core.lisp.

Macro: with-style ((medium style &rest options) &body body)

Like ‘clim:with-drawing-options’, but with :INK, :LINE-STYLE, and :TEXT-STYLE bound to the corresponding values for STYLE in the ‘*current-theme*’.

‘anathema:style-foreground-ink’ is used for :INK.

Package

anathema.

Source

core.lisp.


5.1.3 Ordinary functions

Function: bar-background-inks ()

Return a circular list of all defined heading colors.

Package

anathema.

Source

core.lisp.

Function: graph-bar-styles ()

Return a list of all graph bar styles.

Package

anathema.style.

Source

styles.lisp.

Function: heading-foreground-inks ()

Return a circular list of all defined heading colors.

Package

anathema.

Source

core.lisp.

Function: heading-styles ()

Return a list of all heading styles.

Package

anathema.style.

Source

styles.lisp.

Function: style-background-ink (style)

Return the background ink for STYLE in the ‘*current-theme*’.

Package

anathema.

Source

core.lisp.

Function: style-foreground-ink (style)

Return the foreground ink for STYLE in the ‘*current-theme*’.

Package

anathema.

Source

core.lisp.

Function: style-line-style (style)

Return the line style for STYLE in the ‘*current-theme*’.

Package

anathema.

Source

core.lisp.

Function: style-outline-ink (style)

Return the outline ink for STYLE in the ‘*current-theme*’.

Package

anathema.

Source

core.lisp.

Function: style-text-style (style)

Return the text style for STYLE in the ‘*current-theme*’.

Package

anathema.

Source

core.lisp.


5.1.4 Generic functions

Generic Function: background-ink-1 (style theme medium)

Return concrete background ink based on STYLE, THEME, and MEDIUM.

Package

anathema.

Source

core.lisp.

Methods
Method: background-ink-1 ((style graph-bar) theme medium)
Source

default.lisp.

Method: background-ink-1 (style theme medium)
Source

default.lisp.

Generic Function: foreground-ink-1 (style theme medium)

Return concrete foreground ink based on STYLE, THEME, and MEDIUM.

Package

anathema.

Source

core.lisp.

Methods
Method: foreground-ink-1 ((style graph-bar) theme medium)
Source

default.lisp.

Method: foreground-ink-1 (style theme medium)
Source

default.lisp.

Generic Function: line-style-1 (style theme medium)

Return line style based on STYLE, THEME, and MEDIUM.

Package

anathema.

Source

core.lisp.

Methods
Method: line-style-1 (style theme medium)
Source

default.lisp.

Generic Function: make-color (hex)
Package

anathema.

Methods
Method: make-color ((hex string))
Source

core.lisp.

Generic Function: outline-ink-1 (style theme medium)

Return concrete outline ink based on STYLE, THEME, and MEDIUM.

Package

anathema.

Source

core.lisp.

Methods
Method: outline-ink-1 ((style graph-bar) theme medium)
Source

default.lisp.

Method: outline-ink-1 (style theme medium)
Source

default.lisp.

Generic Function: text-style-1 (style theme medium)

Return text style based on STYLE, THEME, and MEDIUM.

Package

anathema.

Source

core.lisp.

Methods
Method: text-style-1 ((style code) theme medium)
Source

default.lisp.

Method: text-style-1 (style theme medium)
Source

default.lisp.


5.1.5 Standalone methods

Method: print-object ((theme theme) stream)
Source

core.lisp.


5.1.6 Classes

Class: addition

Style for objects which may create new data.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: code

Base style used for textual source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

style.

Direct subclasses
Direct methods

text-style-1.

Class: comment

Style used for source code comments.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Class: constant

Style used for constants in source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Class: default

Style intended for pane backgrounds and plain text inks/text styles.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

style.

Direct subclasses
Class: deletion

Style for objects which may destroy data.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: error

Style used for errors.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: function

Style used for functions in source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Class: graph-bar

Parent style for all bars in a bar graph/chart.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

style.

Direct subclasses
Direct methods
Class: graph-bar-1
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

graph-bar.

Class: graph-bar-2
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

graph-bar.

Class: graph-bar-3
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

graph-bar.

Class: graph-bar-4
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

graph-bar.

Class: graph-bar-5
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

graph-bar.

Class: graph-bar-6
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

graph-bar.

Class: graph-bar-7
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

graph-bar.

Class: graph-bar-8
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

graph-bar.

Class: heading

Parent style for all headings.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Direct subclasses
Class: heading-1
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

heading.

Class: heading-2
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

heading.

Class: heading-3
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

heading.

Class: heading-4
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

heading.

Class: heading-5
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

heading.

Class: heading-6
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

heading.

Class: heading-7
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

heading.

Class: heading-8
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

heading.

Class: highlight

Style for highlighted objects, e.g. links.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: keyword

Style used for keywords in source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: method

Style used for methods in source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Class: modification

Style for objects which may modify data.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: number

Style used for numbers in source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Class: operator

Style used for operators in source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Class: pathname

Style for file system paths.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: property
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: region
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: selection
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: string

Style used for strings in source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Class: style

Protocol class representing a common application object which may be displayed differently by a theme.

Package

anathema.

Source

core.lisp.

Direct subclasses
Class: success

Style used for indicators of success.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: tag
Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.

Class: theme

Protocol base class for all themes.

Package

anathema.

Source

core.lisp.

Direct methods
Direct slots
Slot: %name
Initform

(error "no theme name supplied")

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %description
Type

(or null string)

Initargs

:description

Readers

description.

Writers

(setf description).

Class: type

Style used for types in source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Class: variable

Style used for variables in source code.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

code.

Class: warning

Style used for warnings.

Package

anathema.style.

Source

styles.lisp.

Direct superclasses

default.


5.2 Internals


5.2.1 Ordinary functions

Function: earmuff-symbol (symbol)
Package

anathema.

Source

core.lisp.


5.2.2 Generic functions

Generic Reader: description (object)
Package

anathema.

Methods
Reader Method: description ((theme theme))

automatically generated reader method

Source

core.lisp.

Target Slot

%description.

Generic Writer: (setf description) (object)
Package

anathema.

Methods
Writer Method: (setf description) ((theme theme))

automatically generated writer method

Source

core.lisp.

Target Slot

%description.

Generic Reader: name (object)
Package

anathema.

Methods
Reader Method: name ((theme theme))

automatically generated reader method

Source

core.lisp.

Target Slot

%name.

Generic Writer: (setf name) (object)
Package

anathema.

Methods
Writer Method: (setf name) ((theme theme))

automatically generated writer method

Source

core.lisp.

Target Slot

%name.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   (  
B   D   E   F   G   H   L   M   N   O   P   S   T   W  
Index Entry  Section

(
(setf description): Private generic functions
(setf description): Private generic functions
(setf name): Private generic functions
(setf name): Private generic functions

B
background-ink-1: Public generic functions
background-ink-1: Public generic functions
background-ink-1: Public generic functions
bar-background-inks: Public ordinary functions

D
define-singleton: Public macros
define-style: Public macros
define-theme: Public macros
description: Private generic functions
description: Private generic functions

E
earmuff-symbol: Private ordinary functions

F
foreground-ink-1: Public generic functions
foreground-ink-1: Public generic functions
foreground-ink-1: Public generic functions
Function, bar-background-inks: Public ordinary functions
Function, earmuff-symbol: Private ordinary functions
Function, graph-bar-styles: Public ordinary functions
Function, heading-foreground-inks: Public ordinary functions
Function, heading-styles: Public ordinary functions
Function, style-background-ink: Public ordinary functions
Function, style-foreground-ink: Public ordinary functions
Function, style-line-style: Public ordinary functions
Function, style-outline-ink: Public ordinary functions
Function, style-text-style: Public ordinary functions

G
Generic Function, (setf description): Private generic functions
Generic Function, (setf name): Private generic functions
Generic Function, background-ink-1: Public generic functions
Generic Function, description: Private generic functions
Generic Function, foreground-ink-1: Public generic functions
Generic Function, line-style-1: Public generic functions
Generic Function, make-color: Public generic functions
Generic Function, name: Private generic functions
Generic Function, outline-ink-1: Public generic functions
Generic Function, text-style-1: Public generic functions
graph-bar-styles: Public ordinary functions

H
heading-foreground-inks: Public ordinary functions
heading-styles: Public ordinary functions

L
line-style-1: Public generic functions
line-style-1: Public generic functions

M
Macro, define-singleton: Public macros
Macro, define-style: Public macros
Macro, define-theme: Public macros
Macro, with-style: Public macros
make-color: Public generic functions
make-color: Public generic functions
Method, (setf description): Private generic functions
Method, (setf name): Private generic functions
Method, background-ink-1: Public generic functions
Method, background-ink-1: Public generic functions
Method, description: Private generic functions
Method, foreground-ink-1: Public generic functions
Method, foreground-ink-1: Public generic functions
Method, line-style-1: Public generic functions
Method, make-color: Public generic functions
Method, name: Private generic functions
Method, outline-ink-1: Public generic functions
Method, outline-ink-1: Public generic functions
Method, print-object: Public standalone methods
Method, text-style-1: Public generic functions
Method, text-style-1: Public generic functions

N
name: Private generic functions
name: Private generic functions

O
outline-ink-1: Public generic functions
outline-ink-1: Public generic functions
outline-ink-1: Public generic functions

P
print-object: Public standalone methods

S
style-background-ink: Public ordinary functions
style-foreground-ink: Public ordinary functions
style-line-style: Public ordinary functions
style-outline-ink: Public ordinary functions
style-text-style: Public ordinary functions

T
text-style-1: Public generic functions
text-style-1: Public generic functions
text-style-1: Public generic functions

W
with-style: Public macros


A.3 Variables

Jump to:   %   *  
S  
Index Entry  Section

%
%description: Public classes
%name: Public classes

*
*addition*: Public special variables
*code*: Public special variables
*comment*: Public special variables
*constant*: Public special variables
*current-theme*: Public special variables
*default*: Public special variables
*deletion*: Public special variables
*error*: Public special variables
*function*: Public special variables
*graph-bar*: Public special variables
*graph-bar-1*: Public special variables
*graph-bar-2*: Public special variables
*graph-bar-3*: Public special variables
*graph-bar-4*: Public special variables
*graph-bar-5*: Public special variables
*graph-bar-6*: Public special variables
*graph-bar-7*: Public special variables
*graph-bar-8*: Public special variables
*heading*: Public special variables
*heading-1*: Public special variables
*heading-2*: Public special variables
*heading-3*: Public special variables
*heading-4*: Public special variables
*heading-5*: Public special variables
*heading-6*: Public special variables
*heading-7*: Public special variables
*heading-8*: Public special variables
*highlight*: Public special variables
*keyword*: Public special variables
*link*: Public special variables
*method*: Public special variables
*modification*: Public special variables
*number*: Public special variables
*operator*: Public special variables
*pathname*: Public special variables
*property*: Public special variables
*region*: Public special variables
*selection*: Public special variables
*string*: Public special variables
*success*: Public special variables
*tag*: Public special variables
*type*: Public special variables
*variable*: Public special variables
*warning*: Public special variables

S
Slot, %description: Public classes
Slot, %name: Public classes
Special Variable, *addition*: Public special variables
Special Variable, *code*: Public special variables
Special Variable, *comment*: Public special variables
Special Variable, *constant*: Public special variables
Special Variable, *current-theme*: Public special variables
Special Variable, *default*: Public special variables
Special Variable, *deletion*: Public special variables
Special Variable, *error*: Public special variables
Special Variable, *function*: Public special variables
Special Variable, *graph-bar*: Public special variables
Special Variable, *graph-bar-1*: Public special variables
Special Variable, *graph-bar-2*: Public special variables
Special Variable, *graph-bar-3*: Public special variables
Special Variable, *graph-bar-4*: Public special variables
Special Variable, *graph-bar-5*: Public special variables
Special Variable, *graph-bar-6*: Public special variables
Special Variable, *graph-bar-7*: Public special variables
Special Variable, *graph-bar-8*: Public special variables
Special Variable, *heading*: Public special variables
Special Variable, *heading-1*: Public special variables
Special Variable, *heading-2*: Public special variables
Special Variable, *heading-3*: Public special variables
Special Variable, *heading-4*: Public special variables
Special Variable, *heading-5*: Public special variables
Special Variable, *heading-6*: Public special variables
Special Variable, *heading-7*: Public special variables
Special Variable, *heading-8*: Public special variables
Special Variable, *highlight*: Public special variables
Special Variable, *keyword*: Public special variables
Special Variable, *link*: Public special variables
Special Variable, *method*: Public special variables
Special Variable, *modification*: Public special variables
Special Variable, *number*: Public special variables
Special Variable, *operator*: Public special variables
Special Variable, *pathname*: Public special variables
Special Variable, *property*: Public special variables
Special Variable, *region*: Public special variables
Special Variable, *selection*: Public special variables
Special Variable, *string*: Public special variables
Special Variable, *success*: Public special variables
Special Variable, *tag*: Public special variables
Special Variable, *type*: Public special variables
Special Variable, *variable*: Public special variables
Special Variable, *warning*: Public special variables


A.4 Data types

Jump to:   A   C   D   E   F   G   H   K   L   M   N   O   P   R   S   T   V   W  
Index Entry  Section

A
addition: Public classes
anathema: The anathema system
anathema: The anathema package
anathema.asd: The anathema/anathema․asd file
anathema.style: The anathema․style package

C
Class, addition: Public classes
Class, code: Public classes
Class, comment: Public classes
Class, constant: Public classes
Class, default: Public classes
Class, deletion: Public classes
Class, error: Public classes
Class, function: Public classes
Class, graph-bar: Public classes
Class, graph-bar-1: Public classes
Class, graph-bar-2: Public classes
Class, graph-bar-3: Public classes
Class, graph-bar-4: Public classes
Class, graph-bar-5: Public classes
Class, graph-bar-6: Public classes
Class, graph-bar-7: Public classes
Class, graph-bar-8: Public classes
Class, heading: Public classes
Class, heading-1: Public classes
Class, heading-2: Public classes
Class, heading-3: Public classes
Class, heading-4: Public classes
Class, heading-5: Public classes
Class, heading-6: Public classes
Class, heading-7: Public classes
Class, heading-8: Public classes
Class, highlight: Public classes
Class, keyword: Public classes
Class, link: Public classes
Class, method: Public classes
Class, modification: Public classes
Class, number: Public classes
Class, operator: Public classes
Class, pathname: Public classes
Class, property: Public classes
Class, region: Public classes
Class, selection: Public classes
Class, string: Public classes
Class, style: Public classes
Class, success: Public classes
Class, tag: Public classes
Class, theme: Public classes
Class, type: Public classes
Class, variable: Public classes
Class, warning: Public classes
code: Public classes
comment: Public classes
constant: Public classes
core.lisp: The anathema/src//core․lisp file

D
default: Public classes
default.lisp: The anathema/src//default․lisp file
deletion: Public classes

E
error: Public classes

F
File, anathema.asd: The anathema/anathema․asd file
File, core.lisp: The anathema/src//core․lisp file
File, default.lisp: The anathema/src//default․lisp file
File, packages.lisp: The anathema/src//packages․lisp file
File, styles.lisp: The anathema/src//styles․lisp file
function: Public classes

G
graph-bar: Public classes
graph-bar-1: Public classes
graph-bar-2: Public classes
graph-bar-3: Public classes
graph-bar-4: Public classes
graph-bar-5: Public classes
graph-bar-6: Public classes
graph-bar-7: Public classes
graph-bar-8: Public classes

H
heading: Public classes
heading-1: Public classes
heading-2: Public classes
heading-3: Public classes
heading-4: Public classes
heading-5: Public classes
heading-6: Public classes
heading-7: Public classes
heading-8: Public classes
highlight: Public classes

K
keyword: Public classes

L
link: Public classes

M
method: Public classes
modification: Public classes
Module, src/: The anathema/src/ module

N
number: Public classes

O
operator: Public classes

P
Package, anathema: The anathema package
Package, anathema.style: The anathema․style package
packages.lisp: The anathema/src//packages․lisp file
pathname: Public classes
property: Public classes

R
region: Public classes

S
selection: Public classes
src/: The anathema/src/ module
string: Public classes
style: Public classes
styles.lisp: The anathema/src//styles․lisp file
success: Public classes
System, anathema: The anathema system

T
tag: Public classes
theme: Public classes
type: Public classes

V
variable: Public classes

W
warning: Public classes