kittyuuuh

This commit is contained in:
coast 2025-07-01 09:05:20 +03:30
parent 37951c81f2
commit b416f123a3
4 changed files with 25 additions and 2652 deletions

View file

@ -1,5 +1,3 @@
;; coasteen's Emacs full init.el :3
;; ---------------------------
;; PACKAGE & USE-PACKAGE SETUP
;; ---------------------------
@ -16,7 +14,6 @@
(require 'use-package)
(setq use-package-always-ensure t)
(setq native-comp-async-report-warnings-errors 'silent)
;; ---------------------------
;; APPEARANCE & THEMES
;; ---------------------------
@ -40,7 +37,6 @@
(global-display-line-numbers-mode t)
(setq ring-bell-function 'ignore)
;; ---------------------------
;; UI & INTERFACE
;; ---------------------------
@ -76,7 +72,6 @@
(use-package which-key
:config (which-key-mode))
;; ---------------------------
;; EDITOR BEHAVIOR
;; ---------------------------
@ -131,7 +126,6 @@
))
(setq electric-pair-text-pairs electric-pair-pairs)
;; ---------------------------
;; LANGUAGE SUPPORT
;; ---------------------------
@ -147,7 +141,7 @@
(use-package zig-mode
:ensure t
:mode "\\.zig\\'"
:hook ((zig-moed . lsp-deferred))) ;; if lsp is used :3
:hook ((zig-moed . lsp-deferred)))
(use-package cc-mode)

1
config/kitty/.#kitty.conf Symbolic link
View file

@ -0,0 +1 @@
coast@core.1143:1751344825

File diff suppressed because it is too large Load diff

21
config/kitty/theme.conf Normal file
View file

@ -0,0 +1,21 @@
background #121218
foreground #cef3ff
cursor #ffffff
selection_background #44475a
color0 #000000
color8 #545454
color1 #ff5555
color9 #ff5454
color2 #fa0074
color10 #50fa7b
color3 #7f0a1f
color11 #f0fa8b
color4 #3282ff
color12 #1200f8
color5 #1b3cff
color13 #ff78c5
color6 #0037fc
color14 #8ae9fc
color7 #bbbbbb
color15 #ffffff
selection_foreground #222330