Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.01 KB

File metadata and controls

49 lines (34 loc) · 1.01 KB

Ruby Theme

← Back to README

A darker red-tinted preset with warning-screen energy: dramatic, bold, and impossible to mistake for a safe default.

Dark Mode

Ruby Contributions Dark

Light Mode

Ruby Contributions Light

Workflow snippet

- name: Generate Ruby SVGs
  uses: stefashkaa/github-profile-crt@v1
  with:
    output-dir: assets
    themes: ruby

Profile README snippet

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="../assets/ruby-dark.svg">
    <source media="(prefers-color-scheme: light)" srcset="../assets/ruby-light.svg">
    <img alt="Ruby Contributions" src="../assets/ruby-dark.svg" width="100%">
  </picture>
</p>

↑ Scroll to top