migration

This commit is contained in:
kokopi-dev
2025-10-28 16:23:11 +09:00
commit 2f27c335cf
116 changed files with 8221 additions and 0 deletions

52
hyprland/ghostty/config Normal file
View File

@@ -0,0 +1,52 @@
# This is the configuration file for Ghostty.
#
# This template file has been automatically created at the following
# path since Ghostty couldn't find any existing config files on your system:
#
# /home/kokopi/.config/ghostty/config
#
# The template does not set any default options, since Ghostty ships
# with sensible defaults for all options. Users should only need to set
# options that they want to change from the default.
#
# Run `ghostty +show-config --default --docs` to view a list of
# all available config options and their default values.
#
# Additionally, each config option is also explained in detail
# on Ghostty's website, at https://ghostty.org/docs/config.
theme = navarch
font-size = 12.5
font-family = "Geist Mono"
window-padding-x = 10
window-padding-y = 10
window-padding-color = background
window-title-font-family = "Geist"
window-theme = ghostty
window-inherit-working-directory = true
window-inherit-font-size = true
focus-follows-mouse = true
gtk-tabs-location = bottom
background = #14111C
background-opacity = 0.35
background-blur = true
foreground = #E6DDD1
cursor-style = bar
# # Any line beginning with a # is a comment. It's not possible to put
# # a comment after a config option, since it would be interpreted as a
# # part of the value. For example, this will have a value of "#123abc":
# background = #123abc
#
# # Empty values are used to reset config keys to default.
# key =
#
# # Some config options have unique syntaxes for their value,
# # which is explained in the docs for that config option.
# # Just for example:
# resize-overlay-duration = 4s 200ms
#
keybind = ctrl+shift+.=move_tab:1
keybind = ctrl+shift+,=move_tab:-1
app-notifications = no-clipboard-copy

View File

@@ -0,0 +1,8 @@
0=#1e1f21 # Black - terminal background color
1=#bf6b69 # Red - error messages and warnings
2=#b7bd73 # Green - success messages
3=#e9c880 # Yellow - warnings and highlights
4=#88a1bb # Blue - links and info
5=#ad95b8 # Purple - special syntax
6=#95bdb7 # Cyan - comments in code
7=#c5c8c6 # White - normal text

View File

@@ -0,0 +1,22 @@
palette = 0=#3d3555
palette = 1=#d18585
palette = 2=#8ab88a
palette = 3=#e0cd93
palette = 4=#8aade0
palette = 5=#d093d1
palette = 6=#8acaca
palette = 7=#d0b5d2
palette = 8=#594d67
palette = 9=#db9a9a
palette = 10=#a5c5a5
palette = 11=#e2d0a3
palette = 12=#9dbae6
palette = 13=#d6aad7
palette = 14=#9dd2d2
palette = 15=#dfced9
background = #211C2E
foreground = #ddced8
cursor-color = #d5aed6
cursor-text = #211C2E
selection-background = #d5aed6
selection-foreground = #211C2E