ranger.colorschemes.jungle | index /home/hut/code/ranger/ranger/colorschemes/jungle.py |
# Copyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
Modules | ||||||
|
Classes | ||||||||
|
Data | ||
COLOR_PAIRS = {10: 0} black = 0 blue = 4 bold = 2097152 cyan = 6 default = -1 default_colors = (-1, -1, 0) green = 2 invisible = 8388608 magenta = 5 normal = 0 red = 1 reverse = 262144 underline = 131072 white = 7 yellow = 3 |