# man > ccze-cssdump(1)

---
type: CommandReference
command: ccze-cssdump
mode: man
section: 1
source: man-pages
---

## Quick Reference

- `ccze-cssdump` — dump CCZE color setup to CSS format
- `ccze-cssdump -F rcfile` — read specific config file
- `ccze-cssdump -l` — load default configuration files
- `ccze-cssdump --help` — show help and exit
- `ccze-cssdump -V` — show version

## Name

**ccze-cssdump** — Dump CCZE color setup into CSS format

## Synopsis

`ccze-cssdump` [_options_]

## Options

- `-F, --rcfile` — read _rcfile_ as a configuration file upon startup
- `-l, --load` — load the default configuration files upon startup
- `--help` — show summary of options and exit
- `-V, --version` — show version of program

## Description

**ccze-cssdump** is a simple tool to dump the color setup of CCZE into Cascading Style Sheet format, to be used later by `ccze -h -o cssfile`.

Default configuration files: `/etc/colorizerc`, `$HOME/.colorizerc` (for colorize compatibility), `/etc/cczerc`, `$HOME/.cczerc` (main configuration files). See comments in `/etc/cczerc` for structure.

## See Also

[`ccze`(1)](http://localhost/phpMan.php/man/ccze/1/markdown)