cutefishos / terminal

A terminal emulator for Cutefish.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I change the text color?

vitorgouveia opened this issue · comments

When I enter settings nothing about text color show up
image

Hi, how did you get that setting? I'm unable to find it.

photo_2021-10-21_13-20-14

                   -`                    jcube@JArchMi14 
                  .o+`                   --------------- 
                 `ooo/                   OS: Arch Linux x86_64 
                `+oooo:                  Host: Mi NoteBook 14 
               `+oooooo:                 Kernel: 5.14.13-arch1-1 
               -+oooooo+:                Uptime: 2 hours, 1 min 
             `/:-:++oooo+:               Packages: 674 (pacman) 
            `/++++/+++++++:              Shell: bash 5.1.8 
           `/++++++++++++++:             Resolution: 1920x1080 
          `/+++ooooooooooooo/`           DE: Cutefish 
         ./ooosssso++osssssso+`          WM: KWin 
        .oossssso-````/ossssss+`         Icons: Crule [GTK3] 
       -osssssso.      :ssssssso.        Terminal: cutefish-termin 
      :osssssss/        osssso+++.       CPU: Intel i5-10210U (8) @ 4.200GHz 
     /ossssssss/        +ssssooo/-       GPU: Intel CometLake-U GT2 [UHD Graphics] 
   `/ossssso+/:-        -:/+osssso+-     Memory: 2492MiB / 7782MiB 
  `+sso+:-`                 `.-/+oso:
 `++:.                           `-/+/                           
 .`                                 `/                           


I'd like to change the terminal font and size.. can I do it via cli itself?

Update: I was able to change the terminal font my setting the system font.

idk, i just click with my right mouse button and it shows up
image

I found a way to modify text color, just edit cutefish color scheme files in in qmltermwidget.

image

git clone https://github.com/cutefishos/terminal.git
cd terminal/qmltermwidget/lib/color-scheme
nano Cutefish-Dark.colorscheme or Cutefish-Light.colorscheme

then edit Foreground and ForegroundIntense color and save file
After that just rebuild & reinstall Terminal

cd ../../.. && mkdir build && cd build
cmake ..
make && make install

Terminal will then show with modified color.