Shiro

Typography

Last updated on

Table

Color roles Usage
accent Links, selected, active, and focus states, and neutral information
success Primary buttons, positive messaging and successful states
attention Warning states, active processes such as queued PRs and tests in progress
danger Danger buttons and error states
open Open tasks, PRs or workflows
closed Closed tasks, PRs or workflows
done Completed tasks, PRs or workflows
sponsors Text and icons related to GitHub Sponsors

Code

#include <stdio.h>

int main(void)
{
    printf("hello, world\n");
    return 0;
}

Image