tobi-wan-kenobi/bumblebee-status

View on GitHub
themes/iceberg.json

Summary

Maintainability
Test Coverage
{
    "icons": [ "awesome-fonts" ],
    "defaults": {
        "separator-block-width": 0,
        "separator": "",
        "warning": {
            "fg": "#0f1117",
            "bg": "#e2a478"
        },
        "critical": {
            "fg": "#0f1117",
            "bg": "#e27878"
        },
        "fg": "#c6c8d1", "bg": "#161821"
    },
    "dnf": {
        "good": {
            "fg": "#0f1117",
            "bg": "#b4be82"
        }
    },
    "apt": {
        "good": {
            "fg": "#0f1117",
            "bg": "#b4be82"
        }
    },
    "pacman": {
        "good": {
            "fg": "#0f1117",
            "bg": "#b4be82"
        }
    },
    "battery": {
        "charged": {
            "fg": "#b4be82",
            "bg": "#161821"
        },
        "charging": {
            "fg": "#89b8c2",
            "bg": "#161821"
        }
    },
    "pomodoro": {
        "paused": {
            "fg": "#0f1117",
            "bg": "#e2a478"
        },
        "work": {
            "fg": "#1d2021",
            "bg": "#b8bb26"
        },
        "break": {
            "fg": "#89b8c2",
            "bg": "#161821"
        }
    }

}