diff options
Diffstat (limited to 'dot_config/foot/selenized-white.toml')
| -rw-r--r-- | dot_config/foot/selenized-white.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dot_config/foot/selenized-white.toml b/dot_config/foot/selenized-white.toml new file mode 100644 index 0000000..7296495 --- /dev/null +++ b/dot_config/foot/selenized-white.toml @@ -0,0 +1,24 @@ +[colors.primary] +background = "#ffffff" +foreground = "#474747" + +[colors.normal] +black = "#ebebeb" +red = "#d6000c" +green = "#1d9700" +yellow = "#c49700" +blue = "#0064e4" +magenta = "#dd0f9d" +cyan = "#00ad9c" +white = "#878787" + +[colors.bright] +black = "#cdcdcd" +red = "#bf0000" +green = "#008400" +yellow = "#af8500" +blue = "#0054cf" +magenta = "#c7008b" +cyan = "#009a8a" +white = "#282828" + |