diff --git a/.github/workflows/reusable_build_web.yml b/.github/workflows/reusable_build_web.yml index b2c4e84c9df7..9a0eaab273db 100644 --- a/.github/workflows/reusable_build_web.yml +++ b/.github/workflows/reusable_build_web.yml @@ -71,6 +71,8 @@ jobs: | ------ | ------- | ----- | -------- | | ⏳ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} | [`+nightly`](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) [`+main`](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) | + View image diff on [kitdiff](https://rerun-io.github.io/kitdiff/?url=${{github.event.pull_request.html_url}}). + Note: This comment is updated whenever you push a commit. - name: Set up Rust @@ -125,4 +127,6 @@ jobs: | ------ | ------- | ----- | -------- | | ❌ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} | [`+nightly`](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) [`+main`](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) | + View image diff on [kitdiff](https://rerun-io.github.io/kitdiff/?url=${{github.event.pull_request.html_url}}). + Note: This comment is updated whenever you push a commit. diff --git a/.github/workflows/reusable_upload_web.yml b/.github/workflows/reusable_upload_web.yml index 5bb65f122289..a3e3e5264b75 100644 --- a/.github/workflows/reusable_upload_web.yml +++ b/.github/workflows/reusable_upload_web.yml @@ -153,6 +153,8 @@ jobs: | ------ | ------- | ---- | -------- | | ✅ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} | [`+nightly`](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) [`+main`](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) | + View image diff on [kitdiff](https://rerun-io.github.io/kitdiff/?url=${{github.event.pull_request.html_url}}). + Note: This comment is updated whenever you push a commit. - name: Status comment @@ -169,4 +171,6 @@ jobs: | ------ | ------- | ----- | | ❌ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} | [`+nightly`](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) [`+main`](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) | + View image diff on [kitdiff](https://rerun-io.github.io/kitdiff/?url=${{github.event.pull_request.html_url}}). + Note: This comment is updated whenever you push a commit. diff --git a/crates/viewer/re_ui/data/dark_theme.ron b/crates/viewer/re_ui/data/dark_theme.ron index a1de2ce40833..9815fb619d82 100644 --- a/crates/viewer/re_ui/data/dark_theme.ron +++ b/crates/viewer/re_ui/data/dark_theme.ron @@ -95,7 +95,7 @@ }, "panel_bg_color": { - "color": "{Gray.100}" + "color": "{Red.100}" }, "text_edit_bg_color": { "color": "{Gray.200}" @@ -203,10 +203,10 @@ "color": "{Gray.550}" }, "text_default": { - "color": "{Gray.775}" + "color": "{Gray.350}" }, "text_strong": { - "color": "{Gray.1000}" + "color": "{Green.1000}" }, "error_fg_color": { "color": "#AB0116"