Skip to content

Fix contrast on titlebar buttons #320

Fix contrast on titlebar buttons

Fix contrast on titlebar buttons #320

Workflow file for this run

# Workflow for automatically building the styles, for testing purposes
name: Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/tau-os/builder:nightly
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup build
run: meson _build
- name: Build with Ninja
run: ninja
working-directory: ./_build