zellij/zellij-server/src
a-kenji ce73b6cca0 Add color theme config
* add option `theme` that allows for setting of a theme,
the default is `default`

* under `themes` the themes can be described as follows:

either:
```
themes:
  default:
    fg: [0,0,0]
    bg: [0,0,0]
    black: [0,0,0]
    red: [0,0,0]
    green: [0,0,0]
    yellow: [0,0,0]
    blue: [0,0,0]
    magenta: [0,0,0]
    cyan: [0,0,0]
    white: [0,0,0]
    orange: [0,0,0]
```
or
```
themes:
  default:
    fg: 0
    bg: 0
    black: 0
    red: 0
    green: 0
    yellow: 0
    blue: 0
    magenta: 0
    cyan: 0
    white: 0
    orange: 0
```

If the key is different from default, it needs to either be specified on
start with `options --theme [THEME]`, or in the configuration file under
theme: [THEME].

closes #390
2021-05-30 15:07:21 +02:00
..
panes fix(compatibility): do not crash when padding before wide char (#540) 2021-05-28 17:30:23 +02:00
ui Merge pull request #522 from zellij-org/re-export-dependencies 2021-05-19 11:21:33 +05:30
lib.rs Add color theme config 2021-05-30 15:07:21 +02:00
os_input_output.rs Merge pull request #531 from zellij-org/detach-sessions 2021-05-25 17:30:40 +05:30
pty.rs fix: use bounded queue between pty and screen 2021-05-27 23:42:15 +02:00
route.rs Add color theme config 2021-05-30 15:07:21 +02:00
screen.rs Add ability to attach to sessions 2021-05-22 22:19:50 +05:30
tab.rs fix(compatibility): support wide characters (#535) 2021-05-26 18:05:43 +02:00
thread_bus.rs refactors for #525 (#534) 2021-05-27 16:28:28 +02:00
wasm_vm.rs Re-export common dependencies from zellij-utils 2021-05-19 01:35:53 +05:30