Skip to content

feat(extra): add Atuin theme#768

Open
RNBermudez wants to merge 2 commits into
folke:mainfrom
RNBermudez:atuin-theme
Open

feat(extra): add Atuin theme#768
RNBermudez wants to merge 2 commits into
folke:mainfrom
RNBermudez:atuin-theme

Conversation

@RNBermudez

@RNBermudez RNBermudez commented Apr 8, 2026

Copy link
Copy Markdown

Description

Add TokyoNight theme support for Atuin in the following style variants:

  • tokyonight_storm.toml: Tokyo Night Storm (Dark)
  • tokyonight_moon.toml: Tokyo Night Moon (Dark)
  • tokyonight_night.toml: Tokyo Night (Dark)
  • tokyonight_day.jsonv: Tokyo Night Day (Light)

Please feel free to modify or suggest modifications on the chosen colors. I am more than happy to review the selections.

Screenshots

Day

day

Moon

moon

Storm

storm

Night

night

Checklist

@github-actions github-actions Bot added extras size/l Large PR (<100 lines changed) labels Apr 8, 2026
@RNBermudez RNBermudez changed the title feat(extra): Add Atuin themes feat(extra): add Atuin theme Apr 8, 2026
@RNBermudez

Copy link
Copy Markdown
Author

Tests:

screenshot-2026-04-08 15-43-21

@NeckBeardPrince

Copy link
Copy Markdown

@RNBermudez Until this gets merged, can you attach the TOML files?

@RNBermudez

Copy link
Copy Markdown
Author

@NeckBeardPrince sure thing:

# Theme: Tokyo Night Day
# Upstream: https://github.com/folke/tokyonight.nvim/tree/main/extras/atuin

[theme]
name = "tokyonight_day"
parent = "default"

[colors]
AlertInfo = "#387068"
AlertWarn = "#8c6c3e"
AlertError = "#f52a65"
Annotation = "#a1a6c5"
Base = "#3760bf"
Guidance = "#b15c00"
Important = "#2e7de9"
Title = "#9854f1"
Muted = "#8990b3"
# Theme: Tokyo Night Moon
# Upstream: https://github.com/folke/tokyonight.nvim/tree/main/extras/atuin

[theme]
name = "tokyonight_moon"
parent = "default"

[colors]
AlertInfo = "#4fd6be"
AlertWarn = "#ffc777"
AlertError = "#ff757f"
Annotation = "#444a73"
Base = "#c8d3f5"
Guidance = "#ff966c"
Important = "#82aaff"
Title = "#c099ff"
Muted = "#545c7e"
# Theme: Tokyo Night
# Upstream: https://github.com/folke/tokyonight.nvim/tree/main/extras/atuin

[theme]
name = "tokyonight_night"
parent = "default"

[colors]
AlertInfo = "#73daca"
AlertWarn = "#e0af68"
AlertError = "#f7768e"
Annotation = "#414868"
Base = "#c0caf5"
Guidance = "#ff9e64"
Important = "#7aa2f7"
Title = "#bb9af7"
Muted = "#545c7e"
# Theme: Tokyo Night Storm
# Upstream: https://github.com/folke/tokyonight.nvim/tree/main/extras/atuin

[theme]
name = "tokyonight_storm"
parent = "default"

[colors]
AlertInfo = "#73daca"
AlertWarn = "#e0af68"
AlertError = "#f7768e"
Annotation = "#414868"
Base = "#c0caf5"
Guidance = "#ff9e64"
Important = "#7aa2f7"
Title = "#bb9af7"
Muted = "#545c7e"

@NeckBeardPrince

Copy link
Copy Markdown

@RNBermudez Awesome, works great! Thank you! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extras size/l Large PR (<100 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants