mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Terminal : theme to dracula for visibility
This commit is contained in:
@ -31,33 +31,34 @@ font:
|
|||||||
x: 0
|
x: 0
|
||||||
y: 1
|
y: 1
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
# Colors (Dracula)
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '0x292d3e'
|
background: '0x282a36'
|
||||||
foreground: '0xd0d0d0'
|
foreground: '0xf8f8f2'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '0x292d3e'
|
black: '0x000000'
|
||||||
red: '0xf07178'
|
red: '0xff5555'
|
||||||
green: '0xc3e88d'
|
green: '0x50fa7b'
|
||||||
yellow: '0xffcb6b'
|
yellow: '0xf1fa8c'
|
||||||
blue: '0x82aaff'
|
blue: '0xcaa9fa'
|
||||||
magenta: '0xc792ea'
|
magenta: '0xff79c6'
|
||||||
cyan: '0x89ddff'
|
cyan: '0x8be9fd'
|
||||||
white: '0xd0d0d0'
|
white: '0xbfbfbf'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '0x434758'
|
black: '0x282a35'
|
||||||
red: '0xff8b92'
|
red: '0xff6e67'
|
||||||
green: '0xddffa7'
|
green: '0x5af78e'
|
||||||
yellow: '0xffe585'
|
yellow: '0xf4f99d'
|
||||||
blue: '0x9cc4ff'
|
blue: '0xcaa9fa'
|
||||||
magenta: '0xe1acff'
|
magenta: '0xff92d0'
|
||||||
cyan: '0xa3f7ff'
|
cyan: '0x9aedfe'
|
||||||
white: '0xffffff'
|
white: '0xe6e6e6'
|
||||||
background_opacity: 0.75
|
background_opacity: 0.75
|
||||||
key_bindings:
|
key_bindings:
|
||||||
# (Windows, Linux, and BSD only)
|
# (Windows, Linux, and BSD only)
|
||||||
|
|||||||
@ -1219,12 +1219,12 @@ https://emacs.stackexchange.com/a/30691
|
|||||||
:config
|
:config
|
||||||
(evil-collection-define-key 'normal 'dired-mode-map
|
(evil-collection-define-key 'normal 'dired-mode-map
|
||||||
"H" 'dired-hide-dotfiles-mode))
|
"H" 'dired-hide-dotfiles-mode))
|
||||||
(use-package ranger
|
;;(use-package ranger
|
||||||
:config
|
;; :config
|
||||||
(setq ranger-preview-file t)
|
;; (setq ranger-preview-file t)
|
||||||
(setq ranger-show-preview t)
|
;; (setq ranger-show-preview t)
|
||||||
(setq ranger-show-literal nil)
|
;; (setq ranger-show-literal nil)
|
||||||
(ranger-override-dired-mode t))
|
;; (ranger-override-dired-mode t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = JaeYoo-Im
|
name = JaeYoo-Im
|
||||||
email = cpu3792@gmail.com
|
email = cpu3792@gmail.com
|
||||||
|
[init]
|
||||||
|
defaultBranch = master
|
||||||
|
[core]
|
||||||
|
editor = "emacs -nw"
|
||||||
|
|||||||
40
.minttyrc
40
.minttyrc
@ -1,22 +1,24 @@
|
|||||||
# Challenger Deep
|
# Dracula
|
||||||
ForegroundColour=161,176,184
|
|
||||||
BackgroundColour=41,45,62
|
ForegroundColour=248,248,242
|
||||||
Black=37,37,37
|
BackgroundColour=40,42,54
|
||||||
BoldBlack=37,37,37
|
Black=0,0,0
|
||||||
Red=255,83,112
|
BoldBlack=104,104,104
|
||||||
BoldRed=255,83,112
|
Red=255,85,85
|
||||||
Green=195,232,141
|
BoldRed=255,110,103
|
||||||
BoldGreen=195,232,141
|
Green=80,250,123
|
||||||
Yellow=255,203,107
|
BoldGreen=90,247,142
|
||||||
BoldYellow=255,203,107
|
Yellow=241,250,140
|
||||||
Blue=130,170,255
|
BoldYellow=244,249,157
|
||||||
BoldBlue=130,170,255
|
Blue=202,169,250
|
||||||
Magenta=199,146,234
|
BoldBlue=202,169,250
|
||||||
BoldMagenta=199,146,234g
|
Magenta=255,121,198
|
||||||
Cyan=137,221,255
|
BoldMagenta=255,146,208
|
||||||
BoldCyan=137,221,255
|
Cyan=139,233,253
|
||||||
White=245,245,245
|
BoldCyan=154,237,254
|
||||||
BoldWhite=245,245,245
|
White=191,191,191
|
||||||
|
BoldWhite=230,230,230
|
||||||
|
|
||||||
|
|
||||||
Font=Fira Code Retina
|
Font=Fira Code Retina
|
||||||
FontHeight=12
|
FontHeight=12
|
||||||
|
|||||||
Reference in New Issue
Block a user