Created
November 1, 2025 18:16
-
-
Save octaflop/5452bb589b3a43c25fce3f5aa8452af9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| font-family = "Fira Code" | |
| font-size = 14 | |
| font-feature = "liga" | |
| theme=light:rose-pine-dawn,dark:solarized-osaka-night | |
| # Semi-transparent background (only background-opacity is supported, 0.0=transparent, 1.0=opaque) | |
| background-opacity = 0.4 | |
| # Optionally, you can add subtle padding for readability (requires a percentage or integer, not a string) | |
| adjust-cell-width = 4% | |
| adjust-cell-height = 2% | |
| # Change the color of the cursor (must be a hex color or named X11 color) | |
| cursor-color = "#53ff9e" | |
| # Background blur is supported on some OSes! Value: true for default, or an integer for blur strength. | |
| background-blur = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment