192 |
- |
1 |
###############################################################################
|
|
|
2 |
# BRLTTY - A background process providing access to the console screen (when in
|
|
|
3 |
# text mode) for a blind person using a refreshable braille display.
|
|
|
4 |
#
|
|
|
5 |
# Copyright (C) 1995-2018 by The BRLTTY Developers.
|
|
|
6 |
#
|
|
|
7 |
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
|
|
|
8 |
#
|
|
|
9 |
# This is free software, placed under the terms of the
|
|
|
10 |
# GNU Lesser General Public License, as published by the Free Software
|
|
|
11 |
# Foundation; either version 2.1 of the License, or (at your option) any
|
|
|
12 |
# later version. Please see the file LICENSE-LGPL for details.
|
|
|
13 |
#
|
|
|
14 |
# Web Page: http://brltty.com/
|
|
|
15 |
#
|
|
|
16 |
# This software is maintained by Dave Mielke <dave@mielke.cc>.
|
|
|
17 |
###############################################################################
|
|
|
18 |
|
|
|
19 |
# BRLTTY Attributes Table - inverse foreground colour in the left column and background colour in the right column
|
|
|
20 |
|
|
|
21 |
dot 1 ~fg-blue
|
|
|
22 |
dot 2 ~fg-green
|
|
|
23 |
dot 3 ~fg-red
|
|
|
24 |
dot 7 ~fg-bright
|
|
|
25 |
dot 4 =bg-blue
|
|
|
26 |
dot 5 =bg-green
|
|
|
27 |
dot 6 =bg-red
|
|
|
28 |
dot 8 =blink
|